summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-07-12 03:57:06 +0000
committerPaul W. Frields <stickster@gmail.com>2006-07-12 03:57:06 +0000
commit4fb026d422e0352a23617acf325deda0c88f976b (patch)
tree306cfd003b55c4e9125bc337654b3d5dc41bed1a /packaging
parentcb1637d46449adafe777270915c687ead1c9214a (diff)
downloadfedora-doc-utils-4fb026d422e0352a23617acf325deda0c88f976b.tar.gz
fedora-doc-utils-4fb026d422e0352a23617acf325deda0c88f976b.tar.xz
fedora-doc-utils-4fb026d422e0352a23617acf325deda0c88f976b.zip
Hm, let's make this actually work, why don't we?
Diffstat (limited to 'packaging')
-rw-r--r--packaging/bookinfo.xsl4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/bookinfo.xsl b/packaging/bookinfo.xsl
index eb877f4..c16ac17 100644
--- a/packaging/bookinfo.xsl
+++ b/packaging/bookinfo.xsl
@@ -107,7 +107,9 @@
<!-- This attribute set guarantees the write chunk file name, since it is not
set in the standard XSL stylesheets. -->
<xsl:attribute-set name="revhist">
- <xsl:attribute name="id" select="rv-revhistory" />
+ <xsl:attribute name="id">
+ <xsl:text>rv-revhistory</xsl:text>
+ </xsl:attribute>
</xsl:attribute-set>
</xsl:stylesheet>