[Secure-testing-commits] r30469 - lib/python
Holger Levsen
holger at moszumanska.debian.org
Mon Dec 1 10:39:27 UTC 2014
Author: holger
Date: 2014-12-01 10:39:27 +0000 (Mon, 01 Dec 2014)
New Revision: 30469
Modified:
lib/python/web_support.py
Log:
embedd all notes in <span> tags
Modified: lib/python/web_support.py
===================================================================
--- lib/python/web_support.py 2014-12-01 07:38:09 UTC (rev 30468)
+++ lib/python/web_support.py 2014-12-01 10:39:27 UTC (rev 30469)
@@ -481,7 +481,7 @@
else:
append(group)
else:
- append(line)
+ append(tag("SPAN",line))
append(BR())
return tag('pre', pre)
More information about the Secure-testing-commits
mailing list