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/account/prefs/prefs.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/account/prefs/prefs.html.tmpl') diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl index 5287ff1e4..e849a4e99 100644 --- a/template/en/default/account/prefs/prefs.html.tmpl +++ b/template/en/default/account/prefs/prefs.html.tmpl @@ -53,7 +53,7 @@ [% FOREACH tab IN tabs %] [% IF tab.name == current_tab_name %] - [% current_tab=tab %] + [% current_tab = tab %] [% LAST %] [% END %] [% END %] -- cgit v1.2.3-24-g4f1b