summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-07-09 21:02:08 +0000
committerPaul W. Frields <stickster@gmail.com>2006-07-09 21:02:08 +0000
commitcb1637d46449adafe777270915c687ead1c9214a (patch)
tree1d9211a3fef93f0cbc6816caaba8790a18a61688 /packaging
parent02daf854332c3f3b78625224ce19ba65bf493ee7 (diff)
downloadfedora-doc-utils-cb1637d46449adafe777270915c687ead1c9214a.tar.gz
fedora-doc-utils-cb1637d46449adafe777270915c687ead1c9214a.tar.xz
fedora-doc-utils-cb1637d46449adafe777270915c687ead1c9214a.zip
Whoops, this gets rid of pesky warnings about unexpected children
Diffstat (limited to 'packaging')
-rw-r--r--packaging/bookinfo.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/bookinfo.xsl b/packaging/bookinfo.xsl
index 1707747..eb877f4 100644
--- a/packaging/bookinfo.xsl
+++ b/packaging/bookinfo.xsl
@@ -107,7 +107,7 @@
<!-- 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">rv-revhistory</xsl:attribute>
+ <xsl:attribute name="id" select="rv-revhistory" />
</xsl:attribute-set>
</xsl:stylesheet>