From: terry%mozilla.org <>
Date: Tue, 18 Jan 2000 03:54:50 +0000 (+0000)
Subject: Very minor formatting tweak.
X-Git-Tag: bugzilla-2.12~460
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dad36ba0899173fa8612127c74bde9e63f86b9e4;p=thirdparty%2Fbugzilla.git
Very minor formatting tweak.
---
diff --git a/CGI.pl b/CGI.pl
index 40f3616056..41667dd2cb 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -836,10 +836,10 @@ sub GetCommandMenu {
$html .= ", sanity check";
}
if (UserInGroup("editcomponents")) {
- $html .= ", components\n";
+ $html .= ", components";
}
if (UserInGroup("editkeywords")) {
- $html .= ", keywords\n";
+ $html .= ", keywords";
}
$html = $html . " | Log out $::COOKIE{'Bugzilla_login'}";
} else {