summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2005-06-29 14:32:49 +0000
committerPaul W. Frields <stickster@gmail.com>2005-06-29 14:32:49 +0000
commit065351cc8fc0b6add55ac9d126aa3e1cf1c9f8ce (patch)
treef67d3353f903180aa221808a693a1611db08b9c9
parentc99c4bf40f35b1abd9d88d230c0d8bc7073e7387 (diff)
downloadfedora-doc-utils-065351cc8fc0b6add55ac9d126aa3e1cf1c9f8ce.tar.gz
fedora-doc-utils-065351cc8fc0b6add55ac9d126aa3e1cf1c9f8ce.tar.xz
fedora-doc-utils-065351cc8fc0b6add55ac9d126aa3e1cf1c9f8ce.zip
Fix legalnotice linkage to embed in nochunks version only
-rw-r--r--xsl/html-common.xsl2
-rw-r--r--xsl/main-html-nochunks.xsl3
-rw-r--r--xsl/main-html.xsl2
3 files changed, 5 insertions, 2 deletions
diff --git a/xsl/html-common.xsl b/xsl/html-common.xsl
index 70cd0e9..826b59c 100644
--- a/xsl/html-common.xsl
+++ b/xsl/html-common.xsl
@@ -25,8 +25,6 @@ procedure after
<xsl:output method="html" indent="no"/>
-<xsl:param name="generate.legalnotice.link" select="1"></xsl:param>
-
<xsl:param name="html.stylesheet" select="'fedora.css'"></xsl:param>
<xsl:param name="html.stylesheet.type">text/css</xsl:param>
diff --git a/xsl/main-html-nochunks.xsl b/xsl/main-html-nochunks.xsl
index 02cd389..3505d78 100644
--- a/xsl/main-html-nochunks.xsl
+++ b/xsl/main-html-nochunks.xsl
@@ -44,4 +44,7 @@ section nop
encoding="UTF-8"
indent="yes"/>
+<!-- Override legalnotice linkage -->
+<xsl:param name="generate.legalnotice.link" select="0"></xsl:param>
+
</xsl:stylesheet>
diff --git a/xsl/main-html.xsl b/xsl/main-html.xsl
index d291f6b..988a5bc 100644
--- a/xsl/main-html.xsl
+++ b/xsl/main-html.xsl
@@ -21,6 +21,8 @@
<xsl:param name="section.autolabel" select="1"/>
<xsl:param name="section.label.includes.component.label" select="1"></xsl:param>
+<xsl:param name="generate.legalnotice.link" select="1"></xsl:param>
+
<xsl:param name="generate.toc">
book toc
article toc