summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-02-04 19:06:19 +0000
committerPaul W. Frields <stickster@gmail.com>2006-02-04 19:06:19 +0000
commit6a155a508d1be082338d52f201254961437ce84d (patch)
treeac66e725300c655c6109dcba8f4e33ff140f304f
parentaee3e00ed9fead78e2ccbd856fae4624f5ad0bf3 (diff)
downloadfedora-doc-utils-6a155a508d1be082338d52f201254961437ce84d.tar.gz
fedora-doc-utils-6a155a508d1be082338d52f201254961437ce84d.tar.xz
fedora-doc-utils-6a155a508d1be082338d52f201254961437ce84d.zip
Make spacing XML adherent
-rw-r--r--packaging/insert-colophon.xsl7
1 files changed, 5 insertions, 2 deletions
diff --git a/packaging/insert-colophon.xsl b/packaging/insert-colophon.xsl
index f5389a7..e64844f 100644
--- a/packaging/insert-colophon.xsl
+++ b/packaging/insert-colophon.xsl
@@ -62,8 +62,11 @@ The following stringparam values will be set in this stylesheet:
<xsl:attribute name="initials"><xsl:value-of
select="$initials"/></xsl:attribute>
<xsl:attribute name="email"><xsl:value-of select="$email"/></xsl:attribute>
- <xsl:attribute name="wholename"><xsl:value-of select="$firstname"/> <xsl:if
- test="$othername"><xsl:value-of select="$othername"/> </xsl:if><xsl:value-of select="$surname"/></xsl:attribute>
+ <xsl:attribute name="wholename"><xsl:value-of
+ select="$firstname"/><xsl:text> </xsl:text><xsl:if
+ test="$othername"><xsl:value-of
+ select="$othername"/><xsl:text> </xsl:text></xsl:if><xsl:value-of
+ select="$surname"/></xsl:attribute>
<xsl:attribute name="id"><xsl:value-of select="$firstname"/><xsl:value-of
select="$surname"/></xsl:attribute>
</xsl:attribute-set>