diff options
author | Alexander Bokovoy <ab@samba.org> | 2008-04-14 15:36:39 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:45 -0500 |
commit | 2bf419cb8e48cffd27fe1dca3db57ea43490710e (patch) | |
tree | 5e41226314371cdfa965f7e6be830c56d183960e | |
parent | 9c3c6106d72ecb384cc97ab3d8c1b5f5e9fe2df5 (diff) | |
download | samba-2bf419cb8e48cffd27fe1dca3db57ea43490710e.tar.gz |
Prettify attributions
(This used to be commit e42baa19dc0b472a8a2d39a299a478726687d402)
-rw-r--r-- | docs/xslt/generate-attributions.xsl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/xslt/generate-attributions.xsl b/docs/xslt/generate-attributions.xsl index 6a52902dcab..90e3e17568b 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> <</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>></xsl:text> </xsl:when> </xsl:choose> <xsl:choose> |