The branch, master has been updated
via 3129ca0e45e5c4e9243c695a98cdae1d3e732c81 (commit)
via 0880bf05ed7ba9b5700e0df614bfe607344f07b8 (commit)
from 0400a01d5bbcf0ca210f15b1423d4e90071fa4fd (commit)
- Shortlog ------------------------------------------------------------
3129ca0 Merge branch 'master' of git://git.debian.org/git/webwml/packages
0880bf0 Fix a typo in a template: "$filename.file" -> "filename.file".
Summary of changes:
templates/html/download.tmpl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 3129ca0e45e5c4e9243c695a98cdae1d3e732c81
Merge: 0880bf05ed7ba9b5700e0df614bfe607344f07b8
0400a01d5bbcf0ca210f15b1423d4e90071fa4fd
Author: Noritada Kobayashi <[EMAIL PROTECTED]>
Date: Fri Oct 19 21:22:17 2007 +0900
Merge branch 'master' of git://git.debian.org/git/webwml/packages
commit 0880bf05ed7ba9b5700e0df614bfe607344f07b8
Author: Noritada Kobayashi <[EMAIL PROTECTED]>
Date: Fri Oct 19 21:18:10 2007 +0900
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 },
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]