From 2061c6577e975bd0471718b7effc42e7f91ada7e Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Mon, 24 Jan 2000 13:50:46 +0000 Subject: [PATCH] Very minor HTML tweaking. --- CGI.pl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CGI.pl b/CGI.pl index 93c5d544f0..66217eb450 100644 --- a/CGI.pl +++ b/CGI.pl @@ -839,7 +839,8 @@ sub GetCommandMenu { $html .= "[beta]"; } - $html .= qq{| bug \# }; + $html .= + qq{ | bug \# }; $html .= " | Reports"; if ($loggedin) { @@ -850,10 +851,10 @@ sub GetCommandMenu { GetVersionTable(); } if ($::anyvotesallowed) { - $html .= qq{ | My votes}; + $html .= qq{ | My votes}; } my $mybugsurl = PerformSubsts($mybugstemplate, \%substs); - $html = $html . " | My bugs"; + $html = $html . " | My bugs"; } $html = $html . " | New account\n"; -- 2.47.2