From 257634d733e33f7bb60826e225f7255c405a4887 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Sat, 30 Jul 2005 08:01:53 +0000 Subject: Fixing build bustage caused by not correctly updating filter exceptions (and in a couple cases not filtering when it would make sense) --- template/en/default/global/tabs.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/global/tabs.html.tmpl') diff --git a/template/en/default/global/tabs.html.tmpl b/template/en/default/global/tabs.html.tmpl index a5140bd0d..6f8601b86 100644 --- a/template/en/default/global/tabs.html.tmpl +++ b/template/en/default/global/tabs.html.tmpl @@ -35,9 +35,9 @@ [% FOREACH tab = tabs %] [% IF tab.name == current_tab_name %] - [% tab.label %] + [% tab.label FILTER html %] [% ELSE %] - [% tab.label %] + [% tab.label FILTER html %] [% END %] [% END %] -- cgit v1.2.3-24-g4f1b