From: terry%mozilla.org <>
Date: Mon, 24 Jan 2000 13:50:46 +0000 (+0000)
Subject: Very minor HTML tweaking.
X-Git-Tag: bugzilla-2.12~421
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2061c6577e975bd0471718b7effc42e7f91ada7e;p=thirdparty%2Fbugzilla.git
Very minor HTML tweaking.
---
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";