From dad36ba0899173fa8612127c74bde9e63f86b9e4 Mon Sep 17 00:00:00 2001
From: "terry%mozilla.org" <>
Date: Tue, 18 Jan 2000 03:54:50 +0000
Subject: [PATCH] Very minor formatting tweak.
---
CGI.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 {
--
2.47.2