Commit 2061c657 authored by terry%mozilla.org's avatar terry%mozilla.org

Very minor HTML tweaking.

parent ca924726
......@@ -839,7 +839,8 @@ sub GetCommandMenu {
$html .= "[<a href='query2.cgi'>beta</a>]";
}
$html .= qq{| <INPUT TYPE=SUBMIT VALUE="Find"> bug \# <INPUT NAME=id SIZE=6>};
$html .=
qq{ | <INPUT TYPE=SUBMIT VALUE="Find"> bug \# <INPUT NAME=id SIZE=6>};
$html .= " | <a href='reports.cgi'>Reports</a>";
if ($loggedin) {
......@@ -850,10 +851,10 @@ sub GetCommandMenu {
GetVersionTable();
}
if ($::anyvotesallowed) {
$html .= qq{ | <A HREF="showvotes.cgi">My votes</A>};
$html .= qq{ | <A HREF="showvotes.cgi"><NOBR>My votes</NOBR></A>};
}
my $mybugsurl = PerformSubsts($mybugstemplate, \%substs);
$html = $html . " | <a href='$mybugsurl'>My bugs</a>";
$html = $html . " | <A HREF='$mybugsurl'><NOBR>My bugs</NOBR></A>";
}
$html = $html . " | <a href=\"createaccount.cgi\"><NOBR>New account</NOBR></a>\n";
......
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