xsl/rss: strip space from <author/>

This commit is contained in:
Astro 2012-02-03 23:05:45 +01:00
parent 597c628c50
commit eeded1f329
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
</description>
<link><xsl:value-of select="$href"/></link>
<author><xsl:value-of select="translate(@author, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
<author><xsl:value-of select="translate(@author, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ ',
'abcdefghijklmnopqrstuvwxyz')"/>@c3d2.de</author>
<xsl:choose>