[Piuparts-commits] rev 623 - trunk
Holger Levsen
holger at alioth.debian.org
Tue Jan 5 11:45:02 UTC 2010
Author: holger
Date: 2010-01-05 11:45:00 +0000 (Tue, 05 Jan 2010)
New Revision: 623
Modified:
trunk/piuparts-report.py
Log:
fix typo
Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py 2010-01-05 11:34:34 UTC (rev 622)
+++ trunk/piuparts-report.py 2010-01-05 11:45:00 UTC (rev 623)
@@ -906,7 +906,7 @@
tablerows += "<tr class=\"normalrow\"> <td class=\"labelcell2\">Total</td> <td class=\"labelcell2\" colspan=\"2\">%d</td></tr>\n" % total_packages
htmlpage = string.Template(HTML_HEADER + SECTION_INDEX_BODY_TEMPLATE + HTML_FOOTER)
write_file(os.path.join(self._output_directory, "index.html"), htmlpage.safe_substitute( {
- "page_title": html_protect(self._config.section+" statistics");
+ "page_title": html_protect(self._config.section+" statistics"),
"section_navigation": create_section_navigation(self._section_names,self._config.section),
"time": time.strftime("%Y-%m-%d %H:%M %Z"),
"section": html_protect(self._config.section),
More information about the Piuparts-commits
mailing list