Commit 23c6b946 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 297857: Incorrect filter name detection in 008filter.t - Patch by Frédéric…

Bug 297857: Incorrect filter name detection in 008filter.t - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
parent 4fb4383c
......@@ -222,7 +222,7 @@ sub directive_ok {
return 1 if $directive =~ /FILTER\ (html|csv|js|base64|url_quote|css_class_quote|
ics|quoteUrls|time|uri|xml|lower|
obsolete|inactive|closed|unitconvert|
none)/x;
none)\b/x;
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment