From: Noritada Kobayashi Date: Fri, 19 Oct 2007 12:18:10 +0000 (+0900) Subject: Fix a typo in a template: "$filename.file" -> "filename.file". X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=0880bf05ed7ba9b5700e0df614bfe607344f07b8 Fix a typo in a template: "$filename.file" -> "filename.file". --- diff --git a/templates/html/download.tmpl b/templates/html/download.tmpl index 4bd21e3..360d0cf 100644 --- a/templates/html/download.tmpl +++ b/templates/html/download.tmpl @@ -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 },