We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd77e9 commit c89ef88Copy full SHA for c89ef88
xml/mypy-html.xslt
@@ -6,6 +6,7 @@
6
<xsl:variable name="xml_stylesheet_pi" select="string(//processing-instruction('xml-stylesheet'))"/>
7
<xsl:variable name="stylesheet_name" select="substring($xml_stylesheet_pi, 23, string-length($xml_stylesheet_pi) - 28)"/>
8
<xsl:template match="/mypy-report-index">
9
+ <xsl:text disable-output-escaping='yes'><!DOCTYPE html> </xsl:text>
10
<html>
11
<head>
12
<link rel="stylesheet" type="text/css" href="{$stylesheet_name}.css"/>
@@ -48,6 +49,7 @@
48
49
</html>
50
</xsl:template>
51
<xsl:template match="/mypy-report-file">
52
53
54
55
0 commit comments