From: Frédéric Buclin Date: Thu, 4 Feb 2010 19:57:49 +0000 (+0100) Subject: Bug 544296: Bad title displayed when viewing the duplicates table (simple format) X-Git-Tag: bugzilla-3.7.1~287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c03d6c616c09f3fbe8eb9336638a71645e17d2c7;p=thirdparty%2Fbugzilla.git Bug 544296: Bad title displayed when viewing the duplicates table (simple format) r/a=mkanat --- diff --git a/template/en/default/reports/duplicates-simple.html.tmpl b/template/en/default/reports/duplicates-simple.html.tmpl index bef0021938..62795af1a4 100644 --- a/template/en/default/reports/duplicates-simple.html.tmpl +++ b/template/en/default/reports/duplicates-simple.html.tmpl @@ -29,8 +29,10 @@ - [% 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%]