[Piuparts-commits] rev 251 - trunk

Holger Levsen holger at alioth.debian.org
Mon Mar 16 02:30:31 UTC 2009


Author: holger
Date: 2009-03-16 02:30:31 +0000 (Mon, 16 Mar 2009)
New Revision: 251

Modified:
   trunk/piuparts-report.py
Log:
fix table layout

Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py	2009-03-16 02:23:57 UTC (rev 250)
+++ trunk/piuparts-report.py	2009-03-16 02:30:31 UTC (rev 251)
@@ -358,7 +358,7 @@
                     (html_protect(state), html_protect(state),
                      len(st.get_packages_in_state(state)),
                      dirlink)
-    table += "<tr> <th>Total</th> <th>%d</th></tr>\n" % \
+    table += "<tr> <th>Total</th> <th colspan=2>%d</th></tr>\n" % \
                 st.get_total_packages()
     table += "</table>\n"
     write_file(os.path.join(config["output-dir"], "stats.html"),




More information about the Piuparts-commits mailing list