diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/filterexceptions.pl | 6 |
1 files changed, 5 insertions, 1 deletions
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', |