diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/filterexceptions.pl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index afe3ef487..373009de5 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -95,9 +95,10 @@ ], 'reports/duplicates-table.html.tmpl' => [ - '"&maxrows=$maxrows" IF maxrows', - '"&changedsince=$changedsince" IF changedsince', - '"&bug_id=$bug_ids_string&sortvisible=1" IF sortvisible', + '"&maxrows=$maxrows" IF maxrows', + '"&changedsince=$changedsince" IF changedsince', + '"&bug_id=$bug_ids_string&sortvisible=1" + IF sortvisible', 'column.name', 'column.description', 'vis_bug_ids.push(bug.id)', @@ -218,6 +219,7 @@ 'list/table.html.tmpl' => [ 'tableheader', 'bug.bug_id', + 'abbrev.$id.title || field_descs.$id || column.title', ], 'list/list.csv.tmpl' => [ |