From ca56edb97f447bcb6aaba950528f5384219f1b36 Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Fri, 16 Jul 2004 07:30:40 +0000 Subject: 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 --- template/en/default/filterexceptions.pl | 1 - template/en/default/global/header.html.tmpl | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 3f9f9ab01..e90037f87 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 b67fdfafa..511b778e6 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 %] -- cgit v1.2.3-24-g4f1b