summaryrefslogtreecommitdiffstats
path: root/xsl/main-html-nochunks.xsl
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-07-09 19:53:13 +0000
committerPaul W. Frields <stickster@gmail.com>2006-07-09 19:53:13 +0000
commite4e88c6ab0ae6438c1dc4c9752d18606f2b0a279 (patch)
tree28cb57992baa2c28f367ada40b6b1c6eaa222f79 /xsl/main-html-nochunks.xsl
parent950f4c6b6157a8bc631f69e0e4923d6f51947981 (diff)
downloadfedora-doc-utils-e4e88c6ab0ae6438c1dc4c9752d18606f2b0a279.tar.gz
fedora-doc-utils-e4e88c6ab0ae6438c1dc4c9752d18606f2b0a279.tar.xz
fedora-doc-utils-e4e88c6ab0ae6438c1dc4c9752d18606f2b0a279.zip
This fixes the whole problem with translation of the "Revision History" string. I am not sure how portable this is back to older versions of the docbook-style-xsl package. Bug reports on FC4 will be entertained but not necessarily fixed. :-)
Diffstat (limited to 'xsl/main-html-nochunks.xsl')
-rw-r--r--xsl/main-html-nochunks.xsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/xsl/main-html-nochunks.xsl b/xsl/main-html-nochunks.xsl
index 3505d78..efa24ce 100644
--- a/xsl/main-html-nochunks.xsl
+++ b/xsl/main-html-nochunks.xsl
@@ -46,5 +46,7 @@ section nop
<!-- Override legalnotice linkage -->
<xsl:param name="generate.legalnotice.link" select="0"></xsl:param>
+<!-- Override revhistory linkage -->
+<xsl:param name="generate.revhistory.link" select="0"></xsl:param>
</xsl:stylesheet>