]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
cleanup footer when not logged in and if using voting.
authorcyeh%bluemartini.com <>
Fri, 23 Feb 2001 06:11:27 +0000 (06:11 +0000)
committercyeh%bluemartini.com <>
Fri, 23 Feb 2001 06:11:27 +0000 (06:11 +0000)
CGI.pl

diff --git a/CGI.pl b/CGI.pl
index 0a61e520747e0aec6b27a192e7981c721cdc7428..7ac110e3066c191eabc607b315aaa331cfb2082e 100644 (file)
--- 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>";