diff options
author | myk%mozilla.org <> | 2005-07-30 10:01:53 +0200 |
---|---|---|
committer | myk%mozilla.org <> | 2005-07-30 10:01:53 +0200 |
commit | 257634d733e33f7bb60826e225f7255c405a4887 (patch) | |
tree | 72e9e8caadeaca94dbb36515e36fb71656c531c1 /template/en/default/account/prefs | |
parent | d79c2c86ef0b69c4250642e3709f22a34fe7c8a0 (diff) | |
download | bugzilla-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')
-rw-r--r-- | template/en/default/account/prefs/prefs.html.tmpl | 2 |
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 %] |