From: kiko%async.com.br <> Date: Fri, 16 Jul 2004 07:30:40 +0000 (+0000) Subject: Bustage fix for bug 251469. Solve filtering issues with javascript_url, X-Git-Tag: bugzilla-2.19.1~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca56edb97f447bcb6aaba950528f5384219f1b36;p=thirdparty%2Fbugzilla.git Bustage fix for bug 251469. Solve filtering issues with javascript_url, which includes fixing style_url as well and removing it from filterexceptions. r,a=justdave --- diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 3f9f9ab017..e90037f873 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -253,7 +253,6 @@ 'global/header.html.tmpl' => [ 'javascript', 'style', - 'style_url', 'bgcolor', 'onload', 'bodyattrs', diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index b67fdfafaa..511b778e6d 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -74,7 +74,7 @@ [% IF javascript_urls %] [% FOREACH javascript_url = javascript_urls %] - + [% END %] [% END %] @@ -90,7 +90,7 @@ [% IF style_urls %] [% FOREACH style_url = style_urls %] - + [% END %] [% END %]