From 380b6e527cfb9cc98e6e40849915e2627fa2d0ae Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Wed, 17 Mar 2004 07:52:47 +0000 Subject: Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Define specific bz_obsolete/closed/inactive classes (that don't specify underline, but line-through instead) and additional Template filters for conveniently applying them. Change occurences of to use new classes and clean up callsites. Patch by byron jones . r=myk, gerv. a=myk. --- globals.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index 91fd05554..cdb61cd66 100644 --- a/globals.pl +++ b/globals.pl @@ -1034,9 +1034,9 @@ sub GetBugLink { $post = ""; } elsif (! IsOpenedState($bug_state)) { - $pre = ""; + $pre = ''; $title .= " $bug_res"; - $post = ""; + $post = ''; } if (CanSeeBug($bug_num, $::userid)) { $title .= " - $bug_desc"; -- cgit v1.2.3-24-g4f1b