]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Very minor HTML tweaking.
authorterry%mozilla.org <>
Mon, 24 Jan 2000 13:50:46 +0000 (13:50 +0000)
committerterry%mozilla.org <>
Mon, 24 Jan 2000 13:50:46 +0000 (13:50 +0000)
CGI.pl

diff --git a/CGI.pl b/CGI.pl
index 93c5d544f0405c3f76b8521349d7f678ba2ed65b..66217eb450730e4d519cb98bea5ccb9548ae4dd5 100644 (file)
--- a/CGI.pl
+++ b/CGI.pl
@@ -839,7 +839,8 @@ sub GetCommandMenu {
         $html .= "[<a href='query2.cgi'>beta</a>]";
     }
     
-    $html .= qq{| <INPUT TYPE=SUBMIT VALUE="Find"> bug \# <INPUT NAME=id SIZE=6>};
+    $html .=
+        qq{ | <INPUT TYPE=SUBMIT VALUE="Find"> bug \# <INPUT NAME=id SIZE=6>};
 
     $html .= " | <a href='reports.cgi'>Reports</a>";
     if ($loggedin) {
@@ -850,10 +851,10 @@ sub GetCommandMenu {
             GetVersionTable();
         }
         if ($::anyvotesallowed) {
-            $html .= qq{ | <A HREF="showvotes.cgi">My votes</A>};
+            $html .= qq{ | <A HREF="showvotes.cgi"><NOBR>My votes</NOBR></A>};
         }
         my $mybugsurl = PerformSubsts($mybugstemplate, \%substs);
-        $html = $html . " | <a href='$mybugsurl'>My bugs</a>";
+        $html = $html . " | <A HREF='$mybugsurl'><NOBR>My bugs</NOBR></A>";
     }
                 
     $html = $html . " | <a href=\"createaccount.cgi\"><NOBR>New account</NOBR></a>\n";