diff options
author | dkl%redhat.com <> | 2002-05-01 07:15:52 +0200 |
---|---|---|
committer | dkl%redhat.com <> | 2002-05-01 07:15:52 +0200 |
commit | 30bdc10993ee2e18993f70fa388b457129b7ccd7 (patch) | |
tree | bfd5e48a7ba7b9edb52744e6cd132e117dc11ba1 /editkeywords.cgi | |
parent | f4fc89da7fab59196f55e27b77d43f2a0e2ad59a (diff) | |
download | bugzilla-30bdc10993ee2e18993f70fa388b457129b7ccd7.tar.gz bugzilla-30bdc10993ee2e18993f70fa388b457129b7ccd7.tar.xz |
Bug 141326 - broken hyperlink in editkeywords.cgi. Fix by dkl@redhat.com. 2xr=Gerv
Diffstat (limited to 'editkeywords.cgi')
-rwxr-xr-x | editkeywords.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editkeywords.cgi b/editkeywords.cgi index 0afc92859..4b6f76356 100755 --- a/editkeywords.cgi +++ b/editkeywords.cgi @@ -405,7 +405,7 @@ sub RebuildCacheWarning { print "<BR><BR><B>You have deleted or modified a keyword. You must rebuild the keyword cache!<BR></B>"; print "You can rebuild the cache using sanitycheck.cgi. On very large installations of Bugzilla,<BR>"; - print "This can take several minutes.<BR><BR><B><A HREF=sanitycheck.cgi?rebuildkeywordcache=1>Rebuild cache</HREF><BR></B>"; + print "This can take several minutes.<BR><BR><B><A HREF=\"sanitycheck.cgi?rebuildkeywordcache=1\">Rebuild cache</A><BR></B>"; } |