]> git.deb.at Git - deb/packages.git/commitdiff
templates/html/show.tmpl: Fix bug in generation of "Files" column in download table
authorFrank Lichtenheld <frank@lichtenheld.de>
Sat, 9 Jun 2007 22:31:59 +0000 (00:31 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sat, 9 Jun 2007 22:31:59 +0000 (00:31 +0200)
b688b16487ef2ca8ad7861d7c20da16a9f3f4448 changed the loop to use a local
variable instead of implicit declaration but didn't change the
use of the contents_avail hash key. This broke the "Files" column
to never display a file link.

templates/html/show.tmpl

index b7e2d72c4e28d049ad94df5ea0cce8435e54f5ab..f2993ed1b2ea47d178477dac80a2bb297205edfc 100644 (file)
@@ -274,7 +274,7 @@ Do not install it on a normal Debian system.</p>
 [% "<td class='$version_class'>$d.version</td>" IF versions.multiple %]
 <td class="size">[% d.pkgsize %]&nbsp;kB</td><td class="size">[% d.instsize %]&nbsp;kB</td>
 <td>
-[% IF contents_avail %]
+[% IF d.contents_avail %]
   [<a href="[% make_url(filelist_url) | uri %]">list of files</a>]
 [% ELSE %]
   no current information