summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-07-12 04:06:59 +0000
committerPaul W. Frields <stickster@gmail.com>2006-07-12 04:06:59 +0000
commit512033bd23f001c5ce8312814b4175ec1291bc68 (patch)
treef1dd82ad2a5f47bfe231c4ca55c08f79a2d5d736
parent4fb026d422e0352a23617acf325deda0c88f976b (diff)
downloadfedora-doc-utils-ready-for-translation-FC6-test2.tar.gz
fedora-doc-utils-ready-for-translation-FC6-test2.tar.xz
fedora-doc-utils-ready-for-translation-FC6-test2.zip
No really, I mean it this time. Spurious ugly spacing avoided. Thisready-for-translation-FC6-test2
is probably caused by the xml:space="preserve" in this file, but I haven't the time to check right now.
-rw-r--r--packaging/bookinfo.xsl6
1 files changed, 1 insertions, 5 deletions
diff --git a/packaging/bookinfo.xsl b/packaging/bookinfo.xsl
index c16ac17..7c99fc1 100644
--- a/packaging/bookinfo.xsl
+++ b/packaging/bookinfo.xsl
@@ -106,10 +106,6 @@
<!-- 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">
- <xsl:text>rv-revhistory</xsl:text>
- </xsl:attribute>
- </xsl:attribute-set>
+ <xsl:attribute-set name="revhist"><xsl:attribute name="id"><xsl:text>rv-revhistory</xsl:text></xsl:attribute></xsl:attribute-set>
</xsl:stylesheet>