From 760512983347405f0258b43def32a10877350bb3 Mon Sep 17 00:00:00 2001 From: "cyeh%bluemartini.com" <> Date: Fri, 23 Feb 2001 05:59:25 +0000 Subject: 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. --- CGI.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CGI.pl') 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{ | bug \# }; + qq{
bug \# }; $html .= " | Reports\n"; if ($loggedin) { -- cgit v1.2.3-24-g4f1b