diff options
author | David Lawrence <dkl@mozilla.com> | 2015-01-28 17:20:19 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-01-28 17:20:19 +0100 |
commit | 5cc88fd55c94b5dc9a310ad5c5d87942d4154d3d (patch) | |
tree | 9f83dda8c781cf919a14f7a2c26e08bbea55a721 /t | |
parent | a496214a165549c36ac4a65dfc00d963d3902e9e (diff) | |
download | bugzilla-5cc88fd55c94b5dc9a310ad5c5d87942d4154d3d.tar.gz bugzilla-5cc88fd55c94b5dc9a310ad5c5d87942d4154d3d.tar.xz |
Bug 1100382: backport upstream bug 1090727 to bmo/4.2 to support jquery in the global/header template, and update the header and footer to use jquery
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 0d91fb7c2..74e653434 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|css_class_quote|ics| quoteUrls|time|uri|xml|lower|html_light| obsolete|inactive|closed|unitconvert| - txt|html_linebreak|none|json)\b/x; + txt|html_linebreak|none|json|null)\b/x; return 0; } |