From c03d6c616c09f3fbe8eb9336638a71645e17d2c7 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 4 Feb 2010 20:57:49 +0100 Subject: Bug 544296: Bad title displayed when viewing the duplicates table (simple format) r/a=mkanat --- template/en/default/reports/duplicates-simple.html.tmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'template/en/default/reports') 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 @@ - [% 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%] -- cgit v1.2.3-24-g4f1b