diff options
Diffstat (limited to 'htdocs/xml-results.xsl')
-rw-r--r-- | htdocs/xml-results.xsl | 3 |
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"><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"></xsl:text> <html lang="en"> <head> <title>Report</title> |