Commit dad36ba0 authored by terry%mozilla.org's avatar terry%mozilla.org

Very minor formatting tweak.

parent 4f657431
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment