diff options
author | 2011-08-04 14:18:58 +0200 | |
---|---|---|
committer | 2011-08-04 14:18:58 +0200 | |
commit | 1e41eccc970e905694b3e66acda5f886055a9564 (patch) | |
tree | 55d6f3c05bdce2e7fa70184055c70a57921ac8b5 | |
parent | Bug 676237: The traceback in code-error.html.tmpl is displayed on a single line (diff) | |
download | bugzilla-1e41eccc970e905694b3e66acda5f886055a9564.tar.gz bugzilla-1e41eccc970e905694b3e66acda5f886055a9564.tar.bz2 bugzilla-1e41eccc970e905694b3e66acda5f886055a9564.zip |
Fix bustage due to bug 660382
-rw-r--r-- | template/en/default/filterexceptions.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 948baa521..ac63b809b 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -57,10 +57,6 @@ 'type.id', ], -'search/boolean-charts.html.tmpl' => [ - '"id=\"$id\"" IF id' -], - 'search/form.html.tmpl' => [ 'qv.name', 'qv.description', |