mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
Oops, now the text inside the form's text box is also centered. Re-fix this by adding </P> after the blurb at the top
This commit is contained in:
parent
150f259810
commit
3c100f1ccb
@ -1,5 +1,5 @@
|
||||
#!/usr/bonsaitools/bin/perl
|
||||
# $Id: find,v 1.5 1999/11/09 00:38:35 endico%mozilla.org Exp $
|
||||
# $Id: find,v 1.6 1999/11/09 01:38:00 endico%mozilla.org Exp $
|
||||
|
||||
# find -- Find files
|
||||
#
|
||||
@ -31,7 +31,7 @@ sub find {
|
||||
print("<P ALIGN=CENTER>\n",
|
||||
"Search for files (by name) using regular expressions.\n",
|
||||
"<BR>(Need some <A HREF=\"search-help.html\">Hints</A> ",
|
||||
"on performing searches?)\n");
|
||||
"on performing searches?)</P>\n");
|
||||
|
||||
print ("<form method=get action=\"find\">\n");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user