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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Jun 3 13:03:29 UTC 2009


Author: rousseau
Date: Wed Jun  3 13:03:29 2009
New Revision: 4245

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4245
Log:
change DTD type to generate valid pages

Modified:
    website/matrix.py

Modified: website/matrix.py
URL: http://svn.debian.org/wsvn/pcsclite/website/matrix.py?rev=4245&op=diff
==============================================================================
--- website/matrix.py (original)
+++ website/matrix.py Wed Jun  3 13:03:29 2009
@@ -209,7 +209,7 @@
     readers are in the order given by index
     """
     header = """<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
   <head>
     <title>%s</title>




More information about the Pcsclite-cvs-commit mailing list