diff options
author | harrison%netscape.com <> | 1998-10-21 19:22:57 +0200 |
---|---|---|
committer | harrison%netscape.com <> | 1998-10-21 19:22:57 +0200 |
commit | ac40798c211f0e569fb0a08e1cf61516f5465b33 (patch) | |
tree | 17a9ab39ba1f6c552acd6b21040ca2cc8948be7e /query.cgi | |
parent | 28af3b1dc4e4c8275a322860f105eb138e2993f9 (diff) | |
download | bugzilla-ac40798c211f0e569fb0a08e1cf61516f5465b33.tar.gz bugzilla-ac40798c211f0e569fb0a08e1cf61516f5465b33.tar.xz |
fixed typo
Diffstat (limited to 'query.cgi')
-rwxr-xr-x | query.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -264,7 +264,7 @@ if (defined $::COOKIE{"Bugzilla_login"}) { } print "<a href=changepassword.cgi>Change your password.</a><br>\n"; print "<a href=\"enter_bug.cgi\">Create a new bug.</a><br>\n"; -print "<a href=\"enter_bug.cgi\">Bug reports</a><br>\n"; +print "<a href=\"reports.cgi\">Bug reports</a><br>\n"; |