From: dkl%redhat.com <> Date: Wed, 1 May 2002 05:15:52 +0000 (+0000) Subject: Bug 141326 - broken hyperlink in editkeywords.cgi. Fix by dkl@redhat.com. 2xr=Gerv X-Git-Tag: bugzilla-2.16rc1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30bdc10993ee2e18993f70fa388b457129b7ccd7;p=thirdparty%2Fbugzilla.git Bug 141326 - broken hyperlink in editkeywords.cgi. Fix by dkl@redhat.com. 2xr=Gerv --- diff --git a/editkeywords.cgi b/editkeywords.cgi index 0afc928592..4b6f763567 100755 --- a/editkeywords.cgi +++ b/editkeywords.cgi @@ -405,7 +405,7 @@ sub RebuildCacheWarning { print "

You have deleted or modified a keyword. You must rebuild the keyword cache!
"; print "You can rebuild the cache using sanitycheck.cgi. On very large installations of Bugzilla,
"; - print "This can take several minutes.

Rebuild cache
"; + print "This can take several minutes.

Rebuild cache
"; }