summaryrefslogtreecommitdiffstats
path: root/t/008filter.t
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-05-19 19:20:09 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-05-19 19:20:09 +0200
commit401b0d1301cf419ff40d7cb82d2763b13accd26a (patch)
tree6f88f573c4cdae792ff04cc5c4510c0587540f7e /t/008filter.t
parent4095f06769a8fb3ce0878209508a6f129b099d91 (diff)
downloadbugzilla-401b0d1301cf419ff40d7cb82d2763b13accd26a.tar.gz
bugzilla-401b0d1301cf419ff40d7cb82d2763b13accd26a.tar.xz
Bug 565899: Make the html_linebreak filter safe by having it first call the
"html" filter r=LpSolit, a=LpSolit
Diffstat (limited to 't/008filter.t')
-rw-r--r--t/008filter.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/008filter.t b/t/008filter.t
index e6ae4c13a..5a5b223c8 100644
--- a/t/008filter.t
+++ b/t/008filter.t
@@ -226,7 +226,7 @@ sub directive_ok {
return 1 if $directive =~ /FILTER\ (html|csv|js|base64|url_quote|css_class_quote|
ics|quoteUrls|time|uri|xml|lower|html_light|
obsolete|inactive|closed|unitconvert|
- txt|none)\b/x;
+ txt|html_linebreak|none)\b/x;
return 0;
}