Prettify attributions
authorAlexander Bokovoy <ab@samba.org>
Mon, 14 Apr 2008 15:36:39 +0000 (15:36 +0000)
committerAlexander Bokovoy <ab@samba.org>
Mon, 14 Apr 2008 15:36:39 +0000 (15:36 +0000)
xslt/generate-attributions.xsl

index 6a52902dcabb8b68bbedea6a85baae3adcd801f0..90e3e17568b0b4b20672360539c72ce7933b44da 100644 (file)
@@ -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>