1
0
mirror of https://github.com/php/web-php.git synced 2026-04-24 15:38:06 +02:00

fix field name

This commit is contained in:
jim winstead
2001-03-08 01:04:58 +00:00
parent 2f873fa3c2
commit 2bd6dbccfe
+1 -1
View File
@@ -225,7 +225,7 @@ function commonHeader($title="",$dont_enclose=0) {
print_link('/links.php','links',false,'class="small"');
echo delim();
print_link('/search.php','search:',false,'class="small"');
echo ' <input class="small" type="text" name="what" size=10> ';
echo ' <input class="small" type="text" name="pattern" size=10> ';
echo make_submit('small_submit.gif', 'search', 'bottom');
?>&nbsp;<br>
</td>