From 115cc7b700979787e2adbb105832f27de4c89f28 Mon Sep 17 00:00:00 2001 From: "burnus%gmx.de" <> Date: Fri, 22 Aug 2003 20:55:13 +0000 Subject: Bug 139011 - Improve buglist colors further r,a=justdave --- t/008filter.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/008filter.t') diff --git a/t/008filter.t b/t/008filter.t index 0d6ec4b49..3bf7f3fd1 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -198,8 +198,8 @@ sub directive_ok { # Things which are already filtered # Note: If a single directive prints two things, and only one is # filtered, we may not catch that case. - return 1 if $directive =~ /FILTER\ (html|csv|js|url_quote|quoteUrls| - time|uri|xml|lower)/x; + return 1 if $directive =~ /FILTER\ (html|csv|js|url_quote|css_class_quote| + quoteUrls|time|uri|xml|lower)/x; return 0; } -- cgit v1.2.3-24-g4f1b