summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorgerv%gerv.net <>2003-09-07 04:41:55 +0200
committergerv%gerv.net <>2003-09-07 04:41:55 +0200
commit16bdf37258535f36ffc912e394f61d2b0b8ce1f6 (patch)
treee92096762734c1ed2c09568741868b7fe0dbfb9b /template
parent026539311662235ea26f5f3cfe885322846db6fb (diff)
downloadbugzilla-16bdf37258535f36ffc912e394f61d2b0b8ce1f6.tar.gz
bugzilla-16bdf37258535f36ffc912e394f61d2b0b8ce1f6.tar.xz
Bug 218515 - fix tree bustage from bug 207044. Patch by gerv; r,a=bzbot.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/filterexceptions.pl8
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',
+ '"&amp;maxrows=$maxrows" IF maxrows',
+ '"&amp;changedsince=$changedsince" IF changedsince',
+ '"&amp;bug_id=$bug_ids_string&amp;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' => [