From: Frédéric Buclin Date: Thu, 4 Feb 2010 19:59:54 +0000 (+0100) Subject: Bug 544296: Bad title displayed when viewing the duplicates table (simple format) X-Git-Tag: bugzilla-3.6rc1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fda6df3c1bd4a2bf40cc3429282d9a1f1e44b7ef;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%]