Very minor formatting tweak.

git-svn-id: svn://10.0.0.236/trunk@58021 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%mozilla.org 2000-01-17 19:54:50 +00:00
parent 1becb2c801
commit 3b4d14275a

View File

@ -836,10 +836,10 @@ sub GetCommandMenu {
$html .= ", <a href=sanitycheck.cgi><NOBR>sanity check</NOBR></a>";
}
if (UserInGroup("editcomponents")) {
$html .= ", <a href=editproducts.cgi>components</a>\n";
$html .= ", <a href=editproducts.cgi>components</a>";
}
if (UserInGroup("editkeywords")) {
$html .= ", <a href=editkeywords.cgi>keywords</a>\n";
$html .= ", <a href=editkeywords.cgi>keywords</a>";
}
$html = $html . " | <NOBR><a href=relogin.cgi>Log out</a> $::COOKIE{'Bugzilla_login'}</NOBR>";
} else {