summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/prefs/prefs.html.tmpl
diff options
context:
space:
mode:
authormyk%mozilla.org <>2005-07-30 10:01:53 +0200
committermyk%mozilla.org <>2005-07-30 10:01:53 +0200
commit257634d733e33f7bb60826e225f7255c405a4887 (patch)
tree72e9e8caadeaca94dbb36515e36fb71656c531c1 /template/en/default/account/prefs/prefs.html.tmpl
parentd79c2c86ef0b69c4250642e3709f22a34fe7c8a0 (diff)
downloadbugzilla-257634d733e33f7bb60826e225f7255c405a4887.tar.gz
bugzilla-257634d733e33f7bb60826e225f7255c405a4887.tar.xz
Fixing build bustage caused by not correctly updating filter exceptions (and in a couple cases not filtering when it would make sense)
Diffstat (limited to 'template/en/default/account/prefs/prefs.html.tmpl')
-rw-r--r--template/en/default/account/prefs/prefs.html.tmpl2
1 files changed, 1 insertions, 1 deletions
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 %]