]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 141326 - broken hyperlink in editkeywords.cgi. Fix by dkl@redhat.com. 2xr=Gerv
authordkl%redhat.com <>
Wed, 1 May 2002 05:15:52 +0000 (05:15 +0000)
committerdkl%redhat.com <>
Wed, 1 May 2002 05:15:52 +0000 (05:15 +0000)
editkeywords.cgi

index 0afc9285920ce74d2c0e693917184845c70b5923..4b6f7635677fe47336649f9b3b4af0ca2f3ba90b 100755 (executable)
@@ -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>";
 
 }