summaryrefslogtreecommitdiffstats
path: root/docs/xsl/nochunks.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'docs/xsl/nochunks.xsl')
-rw-r--r--docs/xsl/nochunks.xsl7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/xsl/nochunks.xsl b/docs/xsl/nochunks.xsl
new file mode 100644
index 000000000..12d901653
--- /dev/null
+++ b/docs/xsl/nochunks.xsl
@@ -0,0 +1,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>