summaryrefslogtreecommitdiff
path: root/xsl/common.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xsl/common.xsl')
-rw-r--r--xsl/common.xsl6
1 files changed, 2 insertions, 4 deletions
diff --git a/xsl/common.xsl b/xsl/common.xsl
index be3b856..f2e00ec 100644
--- a/xsl/common.xsl
+++ b/xsl/common.xsl
@@ -15,12 +15,10 @@
<xsl:variable name="title" select="document('../main.xml')/s:site/s:page[@filename = $filename]/@title" />
<xsl:param name="suffix" select="'.xml'" />
- <xsl:output method="xml" indent="yes"
- doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
- doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
+ <xsl:output method="xml" indent="yes" encoding="utf-8"
cdata-section-elements="script style"
media-type="application/xhtml+xml"
- encoding="UTF-8"
+ doctype-system="about:legacy-compat"
/>
<xsl:template match="html:*" mode="html">