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:
endico%mozilla.org 1999-11-09 01:38:00 +00:00
parent 150f259810
commit 3c100f1ccb

View File

@ -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");