From 30bdc10993ee2e18993f70fa388b457129b7ccd7 Mon Sep 17 00:00:00 2001 From: "dkl%redhat.com" <> Date: Wed, 1 May 2002 05:15:52 +0000 Subject: Bug 141326 - broken hyperlink in editkeywords.cgi. Fix by dkl@redhat.com. 2xr=Gerv --- editkeywords.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editkeywords.cgi') 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 "

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
"; } -- cgit v1.2.3-24-g4f1b