diff options
-rw-r--r-- | xsl/common.xsl | 6 | ||||
-rw-r--r-- | xsl/layout.xsl | 2 |
2 files changed, 3 insertions, 5 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"> diff --git a/xsl/layout.xsl b/xsl/layout.xsl index 4b64558..e8183be 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -77,7 +77,7 @@ </div> <div id="footer"> <p> - <xsl:text disable-output-escaping="yes"><![CDATA[© 2007 All Rights Reserved.]]></xsl:text> + <xsl:text disable-output-escaping="yes"><![CDATA[© 2007 All Rights Reserved.]]></xsl:text> <xsl:text>Designed by </xsl:text> <a href="http://www.freecsstemplates.org/">Free CSS Templates</a> <xsl:text>. </xsl:text> |