]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 544296: Bad title displayed when viewing the duplicates table (simple format)
authorFrédéric Buclin <LpSolit@gmail.com>
Thu, 4 Feb 2010 19:59:54 +0000 (20:59 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 4 Feb 2010 19:59:54 +0000 (20:59 +0100)
r/a=mkanat

template/en/default/reports/duplicates-simple.html.tmpl

index bef002193871d8709817a47fa0532e5a35a7afcd..62795af1a47f8964b216cdd4594b83993a01ba7d 100644 (file)
 <!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%]