summaryrefslogtreecommitdiffstats
path: root/htdocs/xml-results.xsl
diff options
context:
space:
mode:
authorlink <link@localhost>2002-12-01 13:40:33 +0000
committerlink <link@localhost>2002-12-01 13:40:33 +0000
commitaa31a7e02ed8c5160a7c6b66234e4be9caa51fe6 (patch)
tree821e0c46e3f1f97e3c772c307318a91310bf114d /htdocs/xml-results.xsl
parentfd1cf4dbfa6f7fc6c71b0630974705443e959bcb (diff)
downloadmarkup-validator-aa31a7e02ed8c5160a7c6b66234e4be9caa51fe6.zip
markup-validator-aa31a7e02ed8c5160a7c6b66234e4be9caa51fe6.tar.gz
markup-validator-aa31a7e02ed8c5160a7c6b66234e4be9caa51fe6.tar.bz2
Merging from validator-0_6_0-branch (at tag validator-0_6_1-release) to
HEAD. Superficially ok, but probably needs tweaking for merge breakage.
Diffstat (limited to 'htdocs/xml-results.xsl')
-rw-r--r--htdocs/xml-results.xsl3
1 files changed, 1 insertions, 2 deletions
diff --git a/htdocs/xml-results.xsl b/htdocs/xml-results.xsl
index 0af063b..11462e2 100644
--- a/htdocs/xml-results.xsl
+++ b/htdocs/xml-results.xsl
@@ -3,10 +3,9 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>
- <xsl:output method="html" />
+ <xsl:output method="html" doctype-public="-//W3C//DTD HTML 4.01//EN"/>
<xsl:template match="result">
- <xsl:text disable-output-escaping="yes">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"&gt;</xsl:text>
<html lang="en">
<head>
<title>Report</title>