summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authorcyeh%bluemartini.com <>2001-02-23 06:59:25 +0100
committercyeh%bluemartini.com <>2001-02-23 06:59:25 +0100
commit760512983347405f0258b43def32a10877350bb3 (patch)
treee415ca373ac901aae03877214ff8848166784b2f /CGI.pl
parent047e15836800f93e58dadc403a3e9afd617b59aa (diff)
downloadbugzilla-760512983347405f0258b43def32a10877350bb3.tar.gz
bugzilla-760512983347405f0258b43def32a10877350bb3.tar.xz
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.
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CGI.pl b/CGI.pl
index a6c159440..0a61e5207 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -1070,7 +1070,7 @@ Actions:
}
$html .=
- qq{ | <INPUT TYPE=SUBMIT VALUE="Find"> bug \# <INPUT NAME=id SIZE=6>};
+ qq{ <BR> <INPUT TYPE=SUBMIT VALUE="Find"> bug \# <INPUT NAME=id SIZE=6>};
$html .= " | <a href='reports.cgi'>Reports</a></TD>\n";
if ($loggedin) {