summaryrefslogtreecommitdiff
path: root/example/common.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'example/common.xsl')
-rw-r--r--example/common.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/common.xsl b/example/common.xsl
index ff456a3..3a89d46 100644
--- a/example/common.xsl
+++ b/example/common.xsl
@@ -8,6 +8,7 @@
<xsl:output method="xml" indent="yes"/>
<xsl:template match="/">
+ <xsl:text disable-output-escaping='yes'>&lt;!DOCTYPE html&gt;</xsl:text>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Bugs</title>