summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
diff options
context:
space:
mode:
authorbryce-mozilla%nextbus.com <>1999-07-09 08:06:46 +0200
committerbryce-mozilla%nextbus.com <>1999-07-09 08:06:46 +0200
commit564e96b043a8620ea45fd3498134d73abceed968 (patch)
treee4af35a21ea9459eb8dae846d9aa56e010923387 /process_bug.cgi
parenta8701108553ed8afc490dbfa41ba78b03102b666 (diff)
downloadbugzilla-564e96b043a8620ea45fd3498134d73abceed968.tar.gz
bugzilla-564e96b043a8620ea45fd3498134d73abceed968.tar.xz
More tiny battles in the HTML syntax error war
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-xprocess_bug.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi
index 314caee9b..32580cf9a 100755
--- a/process_bug.cgi
+++ b/process_bug.cgi
@@ -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;
}
}