Bug 141326 - broken hyperlink in editkeywords.cgi. Fix by dkl@redhat.com. 2xr=Gerv

This commit is contained in:
dkl%redhat.com 2002-04-30 22:15:52 +00:00
parent 850e3e13ed
commit a4f0e4f0f0

View File

@ -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>";
}