diff options
-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>"; } |