From: jake%acutex.net <> Date: Fri, 12 Oct 2001 02:07:00 +0000 (+0000) Subject: Fix for bug 104117 - The editkeywords.cgi link was broken as a result of the fix... X-Git-Tag: bugzilla-2.14.1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6c823039a872aaf285d9d85ac5316135b8443c0;p=thirdparty%2Fbugzilla.git Fix for bug 104117 - The editkeywords.cgi link was broken as a result of the fix for bug 103554. Patch by Christian Reis r= jake@acutex.net --- diff --git a/CGI.pl b/CGI.pl index 6bc7195b80..e51240e0b7 100644 --- a/CGI.pl +++ b/CGI.pl @@ -1368,7 +1368,7 @@ Edit prefs $html .= ", groups\n"; } if (UserInGroup("editkeywords")) { - $html .= ", keywords\n"; + $html .= ", keywords\n"; } if (UserInGroup("tweakparams")) { $html .= "| Sanity check |\n"; @@ -1403,7 +1403,7 @@ Edit prefs } $html .= "\n"; } else { - $html .= " \n"; + $html .= " \n"; $html .= " New account\n"; $html .=