]> git.deb.at Git - deb/packages.git/commitdiff
Fix a typo in a template: "$filename.file" -> "filename.file".
authorNoritada Kobayashi <noritada@terra.nori-net>
Fri, 19 Oct 2007 12:18:10 +0000 (21:18 +0900)
committerNoritada Kobayashi <noritada@terra.nori-net>
Fri, 19 Oct 2007 12:18:10 +0000 (21:18 +0900)
templates/html/download.tmpl

index 4bd21e3ead17fe1419a256b09e476feebb677308..360d0cfc5cc2c4a6961c42c320881297de0de1ac 100644 (file)
@@ -1,5 +1,5 @@
 [%- PROCESS 'html/head.tmpl'
-   title_tag = g('Package Download Selection -- %s', $filename.file)
+   title_tag = g('Package Download Selection -- %s', filename.file)
    description = desc
    keywords = "$suite, $archive, $section, $subsection, $version"
    navigation = [ { prefix=>g('Distribution:'), title=>g('Overview over this suite'), url=>make_url('/'), name=>suite },