cvs: php-gtk-web /include layout.php
[email protected] ("Steph Fox") Wed, 05 Jul 2006 06:30:32 -0000
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <cvssfox1152081032@cvsserver> |
sfox Wed Jul 5 06:30:32 2006 UTC
Modified files:
/php-gtk-web/include layout.php
Log:
Thanks Christian for forcing me to look at that file again...
http://cvs.php.net/viewvc.cgi/php-gtk-web/include/layout.php?r1=1.52&r2=1.53&diff_format=u
Index: php-gtk-web/include/layout.php
diff -u php-gtk-web/include/layout.php:1.52 php-gtk-web/include/layout.php:1.53
--- php-gtk-web/include/layout.php:1.52 Wed Jul 5 05:56:26 2006
+++ php-gtk-web/include/layout.php Wed Jul 5 06:30:31 2006
@@ -1,5 +1,5 @@
<?php
-/* $Id: layout.php,v 1.52 2006/07/05 05:56:26 sfox Exp $ */
+/* $Id: layout.php,v 1.53 2006/07/05 06:30:31 sfox Exp $ */
# spacer()
# print a IMG tag for a sized spacer GIF
@@ -190,7 +190,7 @@
<form method="post" action="/search.php" style="display:inline">
<font color="#FFFFFF">
<small>search for</small>
- <input class="small" type="text" name="pattern" value="<?php if (isset($_GET['prevsearch'])) echo htmlentities($prevsearch); ?>" size="30" />
+ <input class="small" type="text" name="pattern" value="<?php if (isset($_GET['prevsearch'])) echo htmlentities($_GET['prevsearch']); ?>" size="30" />
<small>in the</small>
<select name="show" class="small">
<option value="manual">PHP-GTK 2 manual</option>