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/filterexceptions.pl | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'template/en/default/filterexceptions.pl') diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index cf98ea8e2..3b765ddd4 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -90,11 +90,6 @@ 'status.name', ], -'search/tabs.html.tmpl' => [ - 'tab.name', - 'tab.description', -], - 'request/queue.html.tmpl' => [ 'column_headers.$group_field', 'column_headers.$column', @@ -655,10 +650,8 @@ ], 'account/prefs/prefs.html.tmpl' => [ - 'tab.name', - 'tab.description', - 'current_tab.name', - 'current_tab.description', + 'current_tab.label', + 'current_tab.name', ], 'account/prefs/settings.html.tmpl' => [ -- cgit v1.2.3-24-g4f1b