More tiny battles in the HTML syntax error war

git-svn-id: svn://10.0.0.236/trunk@38826 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryce-mozilla%nextbus.com
1999-07-08 23:06:47 +00:00
parent a585235d1e
commit deedb2c7d7
4 changed files with 5 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ if ($::FORM{'product'} ne $::dontchange) {
print "<input type=submit value=Commit>\n";
print "</form>\n";
print "</hr>\n";
print "<a href=query.cgi>Cancel all this and go back to the query page.</a>\n";
print "<a href=query.cgi>Cancel all this and go to the query page.</a>\n";
exit;
}
}