Bug 231056 Misspelling of "parameters" in editparams.cgi when no password is given

patch by david_costanzo@yahoo.com r=timeless
This commit is contained in:
timeless%mozdev.org 2004-01-18 22:37:21 +00:00
Родитель f7ade05c58
Коммит 335c90886f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -39,7 +39,7 @@ print "Content-type: text/html\n\n";
unless ((defined($::FORM{password})) && (CheckPassword($::FORM{password}))) {
print "<form method=post action=editparams.cgi><table>\n";
print "<H2>Sorry, you must enter a password to see Bonsai paramters.</H2>\n";
print "<H2>Sorry, you must enter a password to see Bonsai parameters.</H2>\n";
print "<hr><B>Enter password to access parameters:</B> <INPUT NAME=password TYPE=password> <BR>";
print "</form>\n";
print "<input type=submit value=\"Enter Password\">\n";