r12800 - /scripts/qa/templates/by_category

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Tue Jan 15 21:10:51 UTC 2008


Author: tincho-guest
Date: Tue Jan 15 21:10:51 2008
New Revision: 12800

URL: http://svn.debian.org/wsvn/?sc=1&rev=12800
Log:
Wrong handling of ney keywordsA key

Modified:
    scripts/qa/templates/by_category

Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=12800&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Tue Jan 15 21:10:51 2008
@@ -27,9 +27,9 @@
             [% END %]
         </div>
         [% END %]
-        [% IF pkg.bts.$bug.keywordsA.length > 0 %]
+        [% IF pkg.bts.$bug.keywordsA.size > 0 %]
         <div style="font-size: smaller">
-            [% pkg.bts.$bug.keywordsA.split(" ").join(", ") | html %]
+            [% pkg.bts.$bug.keywordsA.join(", ") | html %]
         </div>
         [% END %]
     </td>




More information about the Pkg-perl-cvs-commits mailing list