[Piuparts-commits] rev 269 - trunk
Holger Levsen
holger at alioth.debian.org
Mon Mar 16 19:00:57 UTC 2009
Author: holger
Date: 2009-03-16 19:00:57 +0000 (Mon, 16 Mar 2009)
New Revision: 269
Modified:
trunk/piuparts-report.py
Log:
fix html output
Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py 2009-03-16 17:33:24 UTC (rev 268)
+++ trunk/piuparts-report.py 2009-03-16 19:00:57 UTC (rev 269)
@@ -409,7 +409,7 @@
for dep in package.dependencies():
list += "<li>dependency %s is %s</li>\n" % \
(html_protect(dep),
- html_protect(emphasize_reason(st.state_by_name(dep))))
+ emphasize_reason(html_protect(st.state_by_name(dep))))
list += "</ul>\n"
list += "</li>\n"
list += "</ul>\n"
More information about the Piuparts-commits
mailing list