summaryrefslogtreecommitdiffstats
path: root/docs/xsl/nochunks.xsl
blob: 12d901653bab5a3565e431a11e623a1a12ed59cc (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    <xsl:output method="html" encoding="UTF-8" indent="no"/>
    <!-- Include default bugzilla XSL -->
    <xsl:include href="bugzilla-docs.xsl"/>
    <!-- No other params necessary -->
</xsl:stylesheet>