From: cyeh%bluemartini.com <> Date: Fri, 23 Feb 2001 06:11:27 +0000 (+0000) Subject: cleanup footer when not logged in and if using voting. X-Git-Tag: bugzilla-2.12~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62787da0ff2e90f39c4f257246cb50f03fc5f4f0;p=thirdparty%2Fbugzilla.git cleanup footer when not logged in and if using voting. --- diff --git a/CGI.pl b/CGI.pl index 0a61e52074..7ac110e306 100644 --- a/CGI.pl +++ b/CGI.pl @@ -1108,7 +1108,7 @@ Actions: GetVersionTable(); } if ($::anyvotesallowed) { - $html .= qq{ | My votes}; + $html .= qq{
My votes}; } $html .= ""; $html .= "Preset Queries: "; @@ -1127,7 +1127,7 @@ Actions: $html .= "\n"; } else { $html .= - " | New account\n"; + "
New account\n"; $html .= " | Log in"; $html .= "";