From 760512983347405f0258b43def32a10877350bb3 Mon Sep 17 00:00:00 2001
From: "cyeh%bluemartini.com" <>
Date: Fri, 23 Feb 2001 05:59:25 +0000
Subject: [PATCH] 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(-)
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) {
--
2.47.2