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/global/header.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/global/header.html.tmpl') 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