From 16bdf37258535f36ffc912e394f61d2b0b8ce1f6 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sun, 7 Sep 2003 02:41:55 +0000 Subject: Bug 218515 - fix tree bustage from bug 207044. Patch by gerv; r,a=bzbot. --- template/en/default/filterexceptions.pl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'template') 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' => [ -- cgit v1.2.3-24-g4f1b