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)
 


_______________________________________________
Secure-testing-commits mailing list
Secure-testing-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/secure-testing-commits

Reply via email to