summaryrefslogtreecommitdiffstats
path: root/documentation/mega-manual/mega-manual-customization.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/mega-manual/mega-manual-customization.xsl')
-rw-r--r--documentation/mega-manual/mega-manual-customization.xsl6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/mega-manual/mega-manual-customization.xsl b/documentation/mega-manual/mega-manual-customization.xsl
index 3be182d6c2..2024855cec 100644
--- a/documentation/mega-manual/mega-manual-customization.xsl
+++ b/documentation/mega-manual/mega-manual-customization.xsl
@@ -1,8 +1,8 @@
1<?xml version='1.0'?> 1<?xml version='1.0'?>
2<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> 2<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0">
3
4 <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" />
5 3
6 <xsl:param name="generate.toc" select="'chapter toc'"></xsl:param> 4 <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.76.1/xhtml/docbook.xsl" />
5
6 <xsl:param name="generate.toc" select="'chapter toc'"></xsl:param>
7 7
8</xsl:stylesheet> 8</xsl:stylesheet>