[Piuparts-commits] rev 661 - trunk

Holger Levsen holger at alioth.debian.org
Sat Feb 27 17:09:44 UTC 2010


Author: holger
Date: 2010-02-27 17:09:38 +0000 (Sat, 27 Feb 2010)
New Revision: 661

Modified:
   trunk/piuparts-report.py
Log:
fix </ul> tag

Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py	2010-02-27 17:09:07 UTC (rev 660)
+++ trunk/piuparts-report.py	2010-02-27 17:09:38 UTC (rev 661)
@@ -921,7 +921,9 @@
             except:
               logging.debug("analysis template %s does not exist." % template)
 
-          link += "</ul>"
+        link += "</ul>"
+        if link == "<ul></ul>": 
+          link = ""
         return link
 
     def write_section_index_page(self,dirs,total_packages):




More information about the Piuparts-commits mailing list