diff options
author | mkanat%bugzilla.org <> | 2006-09-22 08:19:03 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-09-22 08:19:03 +0200 |
commit | 6c0f16ffbf7b39da24ded73e17fd2fc0ea4e1a75 (patch) | |
tree | 01b6bc59ac81cec31c465487b6283645e6567984 /t | |
parent | c4840b684916affdf475076faa5ad698d5dc54b5 (diff) | |
download | bugzilla-6c0f16ffbf7b39da24ded73e17fd2fc0ea4e1a75.tar.gz bugzilla-6c0f16ffbf7b39da24ded73e17fd2fc0ea4e1a75.tar.xz |
Bug 351994: Messages shouldn't contain HTML characters unless we're in USAGE_MODE_BROWSER
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk
Diffstat (limited to 't')
-rw-r--r-- | t/008filter.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/008filter.t b/t/008filter.t index 02d4d4a7e..66f4b7c97 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -225,7 +225,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)\b/x; + txt|none)\b/x; return 0; } |