aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/filterexceptions.pl
diff options
context:
space:
mode:
authorkiko%async.com.br <>2004-03-17 07:52:47 +0000
committerkiko%async.com.br <>2004-03-17 07:52:47 +0000
commit380b6e527cfb9cc98e6e40849915e2627fa2d0ae (patch)
treee104366c8bfcbfe674c37de32cce1fd2dc00f4c9 /template/en/default/filterexceptions.pl
parent1bcd4b67a3ea4468ce3127ca1e9cce4a59690824 (diff)
downloadbugs-380b6e527cfb9cc98e6e40849915e2627fa2d0ae.tar
bugs-380b6e527cfb9cc98e6e40849915e2627fa2d0ae.tar.gz
bugs-380b6e527cfb9cc98e6e40849915e2627fa2d0ae.tar.bz2
bugs-380b6e527cfb9cc98e6e40849915e2627fa2d0ae.tar.xz
bugs-380b6e527cfb9cc98e6e40849915e2627fa2d0ae.zip
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 <strike> to use new classes and clean up callsites. Patch by byron jones <bugzilla@glob.com.au>. r=myk, gerv. a=myk.
Diffstat (limited to 'template/en/default/filterexceptions.pl')
-rw-r--r--template/en/default/filterexceptions.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl
index 05b52c5b8..1c74c3b89 100644
--- a/template/en/default/filterexceptions.pl
+++ b/template/en/default/filterexceptions.pl
@@ -197,7 +197,7 @@
'list/edit-multiple.html.tmpl' => [
'group.id',
'group.description',
- 'group.description FILTER strike',
+ 'group.description FILTER inactive',
'knum',
'menuname',
],