]> git.deb.at Git - deb/packages.git/commitdiff
txt/index.tmpl: Fix display of virtual packages
authorFrank Lichtenheld <frank@lichtenheld.de>
Sat, 8 Sep 2007 20:36:12 +0000 (22:36 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sat, 8 Sep 2007 20:36:50 +0000 (22:36 +0200)
"IF array" is always true. Use "IF array.size"

Noted by Brandon <winterknight -at- nerdshack com>

templates/txt/index.tmpl

index ab8c4734f7bb0c4b3525268586f376994b48348b..383c609c34f8a27cc7834f25b6f72bb790e79535 100644 (file)
@@ -11,7 +11,7 @@ See <URL:[% license.url %]> for the license terms.
     [%- PROCESS marker text=section IF section != main_section -%]
     [%- PROCESS marker text=archive IF archive != main_archive -%]
   [%- END -%]
-  [%- IF providers %]
+  [%- IF providers.size %]
 [% name %] virtual package provided by [% providers.join(', ') %]
   [%- END -%]
   [%- IF versions %]