From 62787da0ff2e90f39c4f257246cb50f03fc5f4f0 Mon Sep 17 00:00:00 2001 From: "cyeh%bluemartini.com" <> Date: Fri, 23 Feb 2001 06:11:27 +0000 Subject: cleanup footer when not logged in and if using voting. --- CGI.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CGI.pl') 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{ | 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 .= ""; -- cgit v1.2.3-24-g4f1b