summaryrefslogtreecommitdiffstats
path: root/xsl
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2005-10-21 23:30:40 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2005-10-21 23:30:40 +0000
commit9ea68ee8156b63e3d8f3b4bf7a05d2e96fe4cf1b (patch)
tree44a29599091f1c6532bb19e293409fc6bb36c8a3 /xsl
parent76862e91b9c1903b5f486b6738d7f920f4d6215d (diff)
downloadfedora-doc-utils-9ea68ee8156b63e3d8f3b4bf7a05d2e96fe4cf1b.tar.gz
fedora-doc-utils-9ea68ee8156b63e3d8f3b4bf7a05d2e96fe4cf1b.tar.xz
fedora-doc-utils-9ea68ee8156b63e3d8f3b4bf7a05d2e96fe4cf1b.zip
Removed extraneous setting because the stylesheet fails to validate if
a more modern, non-xsltproc parser, such as saxon, is used.
Diffstat (limited to 'xsl')
-rw-r--r--xsl/main-html.xsl4
1 files changed, 0 insertions, 4 deletions
diff --git a/xsl/main-html.xsl b/xsl/main-html.xsl
index 5a420c9..e11b063 100644
--- a/xsl/main-html.xsl
+++ b/xsl/main-html.xsl
@@ -145,8 +145,4 @@ section nop
<xsl:param name="navig.showtitles">1</xsl:param>
-->
-<!-- multiple pages -->
-
-<xsl:param name="onechunk" select="0"/>
-
</xsl:stylesheet>