[Pcsclite-cvs-commit] r5264 - /website/matrix.py

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Sep 20 11:31:42 UTC 2010


Author: rousseau
Date: Mon Sep 20 11:31:40 2010
New Revision: 5264

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5264
Log:
Do not convert ' in ' since ' is valid only for XHTML

Modified:
    website/matrix.py

Modified: website/matrix.py
URL: http://svn.debian.org/wsvn/pcsclite/website/matrix.py?rev=5264&op=diff
==============================================================================
--- website/matrix.py (original)
+++ website/matrix.py Mon Sep 20 11:31:40 2010
@@ -30,7 +30,6 @@
 html_escape_table = {
     "&": "&",
     '"': """,
-    "'": "'",
     ">": ">",
     "<": "&lt;",
     }




More information about the Pcsclite-cvs-commit mailing list