From: cyeh%bluemartini.com <>
Date: Fri, 23 Feb 2001 05:59:25 +0000 (+0000)
Subject: break Find and Report links to a seperate line so that it looks cleaner
X-Git-Tag: bugzilla-2.12~91
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=760512983347405f0258b43def32a10877350bb3;p=thirdparty%2Fbugzilla.git
break Find and Report links to a seperate line so that it looks cleaner
on browser windows with shorter widths. also, the second line
matches nicely with the other table cell.
---
diff --git a/CGI.pl b/CGI.pl
index a6c159440c..0a61e52074 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -1070,7 +1070,7 @@ Actions:
}
$html .=
- qq{ | bug \# };
+ qq{ bug \# };
$html .= " | Reports\n";
if ($loggedin) {