archive
/
md-pdf
Archived
1
Fork 0

Cleanup template

This commit is contained in:
Jake Howard 2017-05-17 21:12:53 +01:00
parent b5bbc2d22a
commit 444a07cf5f
1 changed files with 0 additions and 5 deletions

View File

@ -4,10 +4,6 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:outline="http://wkhtmltopdf.org/outline"
xmlns="http://www.w3.org/1999/xhtml">
<xsl:output
doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
indent="yes" />
<xsl:template match="outline:outline">
<html>
<head>
@ -44,7 +40,6 @@
</div>
</xsl:if>
<ul>
<xsl:comment>added to prevent self-closing tags in QtXmlPatterns</xsl:comment>
<xsl:apply-templates select="outline:item"/>
</ul>
</li>