[Piuparts-commits] rev 630 - trunk

Holger Levsen holger at alioth.debian.org
Wed Jan 6 15:18:52 UTC 2010


Author: holger
Date: 2010-01-06 15:18:52 +0000 (Wed, 06 Jan 2010)
New Revision: 630

Modified:
   trunk/piuparts-report.py
Log:
fix css

Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py	2010-01-06 14:42:50 UTC (rev 629)
+++ trunk/piuparts-report.py	2010-01-06 15:18:52 UTC (rev 630)
@@ -872,7 +872,7 @@
               if count_bugged != 0 or count_failed != 0:
                 substats = ": "
               if count_bugged != 0:
-                substats += "<div id=\"bugged\">%s bugged</div>" % count_bugged
+                substats += "<span id=\"bugged\">%s bugged</span>" % count_bugged
               if count_bugged != 0 and count_failed != 0:
                 substats += ", "
               if count_failed != 0:




More information about the Piuparts-commits mailing list