changeset 105:1aa4f50144e4

Adding document type declaration with the public identifier.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 19 Oct 2011 08:30:46 +0000
parents 3ae68fe2e938
children 56457a474903
files xsls/article.xsls
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xsls/article.xsls	Wed Oct 19 08:29:21 2011 +0000
+++ b/xsls/article.xsls	Wed Oct 19 08:30:46 2011 +0000
@@ -1,6 +1,7 @@
 X:stylesheet {
 
-X:output method="html" indent="no" encoding="utf-8";
+X:output method="html" indent="no" encoding="utf-8"
+    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN";
 
 X:strip-space elements = "*";