summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authorcyeh%bluemartini.com <>2001-02-23 07:11:27 +0100
committercyeh%bluemartini.com <>2001-02-23 07:11:27 +0100
commit62787da0ff2e90f39c4f257246cb50f03fc5f4f0 (patch)
tree40ec7114b3cd0fe105d54932dd9e0c8c3ffdeaae /CGI.pl
parent760512983347405f0258b43def32a10877350bb3 (diff)
downloadbugzilla-62787da0ff2e90f39c4f257246cb50f03fc5f4f0.tar.gz
bugzilla-62787da0ff2e90f39c4f257246cb50f03fc5f4f0.tar.xz
cleanup footer when not logged in and if using voting.
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/CGI.pl b/CGI.pl
index 0a61e5207..7ac110e30 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -1108,7 +1108,7 @@ Actions:
GetVersionTable();
}
if ($::anyvotesallowed) {
- $html .= qq{ | <A HREF="showvotes.cgi"><NOBR>My votes</NOBR></A>};
+ $html .= qq{ <BR> <A HREF="showvotes.cgi"><NOBR>My votes</NOBR></A>};
}
$html .= "</TR><TR>";
$html .= "<TD>Preset Queries: </TD>";
@@ -1127,7 +1127,7 @@ Actions:
$html .= "</TR>\n<TR>";
} else {
$html .=
- " | <a href=\"createaccount.cgi\"><NOBR>New account</NOBR></a>\n";
+ " <BR> <a href=\"createaccount.cgi\"><NOBR>New account</NOBR></a>\n";
$html .=
" | <NOBR><a href=query.cgi?GoAheadAndLogIn=1>Log in</a></NOBR>";
$html .= "</TD></TR>";