From d3f269dbb094ebd3514103c0566992cf02bfeef9 Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Wed, 29 Oct 2003 12:51:15 +0000 Subject: Additional patch for bug 221039: update filterexceptions.pl to take into account the new location for knum. Here's hoping this fixes the bustage. --- template/en/default/filterexceptions.pl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 373009de5..56f20be72 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -328,7 +328,6 @@ 'bug.votes', 'group.bit', 'group.description', - 'knum', 'dep.title', 'dep.fieldname', 'accesskey', @@ -338,6 +337,11 @@ '"${bug.dup_id}" FILTER bug_link(bug.dup_id)', ], +'bug/knob.html.tmpl' => [ + 'bug.bug_id', + 'knum', +], + 'bug/navigate.html.tmpl' => [ 'bug_list.first', 'bug_list.last', -- cgit v1.2.3-24-g4f1b