From 0880bf05ed7ba9b5700e0df614bfe607344f07b8 Mon Sep 17 00:00:00 2001 From: Noritada Kobayashi Date: Fri, 19 Oct 2007 21:18:10 +0900 Subject: [PATCH] Fix a typo in a template: "$filename.file" -> "filename.file". --- templates/html/download.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- 2.39.2