summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2008-04-14 15:36:39 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:45 -0500
commit2bf419cb8e48cffd27fe1dca3db57ea43490710e (patch)
tree5e41226314371cdfa965f7e6be830c56d183960e
parent9c3c6106d72ecb384cc97ab3d8c1b5f5e9fe2df5 (diff)
downloadsamba-2bf419cb8e48cffd27fe1dca3db57ea43490710e.tar.gz
samba-2bf419cb8e48cffd27fe1dca3db57ea43490710e.tar.bz2
samba-2bf419cb8e48cffd27fe1dca3db57ea43490710e.zip
Prettify attributions
(This used to be commit e42baa19dc0b472a8a2d39a299a478726687d402)
-rw-r--r--docs/xslt/generate-attributions.xsl3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/xslt/generate-attributions.xsl b/docs/xslt/generate-attributions.xsl
index 6a52902dca..90e3e17568 100644
--- a/docs/xslt/generate-attributions.xsl
+++ b/docs/xslt/generate-attributions.xsl
@@ -54,7 +54,6 @@
<xsl:text> </xsl:text><xsl:value-of select="surname"/>
<xsl:choose>
<xsl:when test="affiliation/address/email != ''">
- <xsl:text> &lt;</xsl:text>
<xsl:element name="ulink">
<xsl:attribute name="noescape">
<xsl:text>1</xsl:text>
@@ -63,9 +62,7 @@
<xsl:text>mailto:</xsl:text>
<xsl:value-of select="affiliation/address/email"/>
</xsl:attribute>
- <xsl:value-of select="affiliation/address/email"/>
</xsl:element>
- <xsl:text>&gt;</xsl:text>
</xsl:when>
</xsl:choose>
<xsl:choose>