summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-02-04 20:57:49 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2010-02-04 20:57:49 +0100
commitc03d6c616c09f3fbe8eb9336638a71645e17d2c7 (patch)
tree0bcbd3f659513d5688ecb1379e6e5b45bbc1c635 /template/en/default/reports
parent11a822a40e47c51b8f3e5e77835123b1a30a3bd7 (diff)
downloadbugzilla-c03d6c616c09f3fbe8eb9336638a71645e17d2c7.tar.gz
bugzilla-c03d6c616c09f3fbe8eb9336638a71645e17d2c7.tar.xz
Bug 544296: Bad title displayed when viewing the duplicates table (simple format)
r/a=mkanat
Diffstat (limited to 'template/en/default/reports')
-rw-r--r--template/en/default/reports/duplicates-simple.html.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/template/en/default/reports/duplicates-simple.html.tmpl b/template/en/default/reports/duplicates-simple.html.tmpl
index bef002193..62795af1a 100644
--- a/template/en/default/reports/duplicates-simple.html.tmpl
+++ b/template/en/default/reports/duplicates-simple.html.tmpl
@@ -29,8 +29,10 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
- [% IF product %]
- [% title = "Most Frequently Reported $terms.Bugs for $product" %]
+ [% IF product.size %]
+ [% title = BLOCK %]
+ Most Frequently Reported [% terms.Bugs %] for [% product.join(', ') FILTER html %]
+ [% END %]
[% ELSE %]
[% title = "Most Frequently Reported $terms.Bugs" %]
[% END%]