diff options
author | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-05-29 17:26:43 +0200 |
---|---|---|
committer | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-05-29 17:26:43 +0200 |
commit | e2a411835dfeb4c18f59cec9a2e483b3ebf394fc (patch) | |
tree | 9dc65d38f460e6d8cd8f5620ca20b6c36d822c99 | |
parent | 8aa3adeb74d3aba8f7cd9498870cd63d87aefd75 (diff) |
A typo... ; refs #45
-rw-r--r-- | zoom.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ require "FedoraClient.php"; $fedcli = new FedoraPkgdb(); $name = $_GET['rpm']; -$ajax_infos = '<span class="ajax">(wit for ajax or <a href="' . $_SERVER['PHP_SELF'] . '?rpm='.$name.'&pkgdb=1">reload with pkgdb</a>)</span>'; +$ajax_infos = '<span class="ajax">(wait for ajax or <a href="' . $_SERVER['PHP_SELF'] . '?rpm='.$name.'&pkgdb=1">reload with pkgdb</a>)</span>'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |