summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-01-15 23:27:34 +0000
committerPaul W. Frields <stickster@gmail.com>2006-01-15 23:27:34 +0000
commit9962e608e834805dc4309656cef101250b84744b (patch)
tree8e23883ebec96d777f9c3b90103eb6a96a6821eb
parente7687575733ea741e7f89d415b5455d70bd540db (diff)
downloadfedora-doc-utils-9962e608e834805dc4309656cef101250b84744b.tar.gz
fedora-doc-utils-9962e608e834805dc4309656cef101250b84744b.tar.xz
fedora-doc-utils-9962e608e834805dc4309656cef101250b84744b.zip
May be trivial, but I think adding new contributors at the bottom makes it more readable
-rw-r--r--packaging/insert-colophon.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/insert-colophon.xsl b/packaging/insert-colophon.xsl
index e0408ff..99e00ed 100644
--- a/packaging/insert-colophon.xsl
+++ b/packaging/insert-colophon.xsl
@@ -16,7 +16,7 @@ The following stringparam values will be set in this stylesheet:
-->
-<xsl:stylesheet version="1.0" xml:space="preserve" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output encoding="UTF-8" indent="yes" method="xml" omit-xml-declaration="yes" standalone="no" version="1.0"/>
@@ -45,8 +45,8 @@ The following stringparam values will be set in this stylesheet:
<xsl:template name="colophon">
<xsl:element name="colophon">
- <xsl:element name="worker" use-attribute-sets="person"/>
<xsl:copy-of select="*"/>
+ <xsl:element name="worker" use-attribute-sets="person"/>
</xsl:element>
</xsl:template>