[Piuparts-commits] rev 624 - trunk
Holger Levsen
holger at alioth.debian.org
Tue Jan 5 12:07:51 UTC 2010
Author: holger
Date: 2010-01-05 12:07:19 +0000 (Tue, 05 Jan 2010)
New Revision: 624
Modified:
trunk/piuparts-report.py
Log:
forgot to set title for maintainer pages
Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py 2010-01-05 11:45:00 UTC (rev 623)
+++ trunk/piuparts-report.py 2010-01-05 12:07:19 UTC (rev 624)
@@ -704,6 +704,7 @@
filename = template_path+".html"
f = file(filename, "w")
f.write(htmlpage.safe_substitute( {
+ "page_title": html_protect("Status for "+maintainer+" in "+self._config.section),
"section_navigation": create_section_navigation(self._section_names,self._config.section),
"time": time.strftime("%Y-%m-%d %H:%M %Z"),
"rows": rows,
More information about the Piuparts-commits
mailing list