summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>