diff xsls/error.xsls @ 111:f31230984540

Fixed DOCTYPE generation to include the public system identifier.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 20 Oct 2011 13:09:11 +0000
parents ee725af08951
children 7db449e89e92
line wrap: on
line diff
--- a/xsls/error.xsls
+++ b/xsls/error.xsls
@@ -1,7 +1,6 @@
 X:stylesheet {
 
-X:output method="html" indent="no" encoding="utf-8"
-    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN";
+X:output method="html" version="4.0" indent="no" encoding="utf-8";
 
 X:strip-space elements = "*";