summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xsl/common.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/xsl/common.xsl b/xsl/common.xsl
index d3cc654..17bb576 100644
--- a/xsl/common.xsl
+++ b/xsl/common.xsl
@@ -17,8 +17,8 @@
<xsl:param name="suffix" select="'.xml'" />
<xsl:output method="xml" indent="yes"
- doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
- doctype-public="-//W3C//DTD XHTML 1.1//EN"
+ doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
+ doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
cdata-section-elements="script style"
media-type="application/xhtml+xml"
encoding="UTF-8"