rss_converter_twitter.com.xsl: don't print the user name in description
authorAntonio Ospite <ao2@ao2.it>
Fri, 23 Feb 2018 13:48:06 +0000 (14:48 +0100)
committerAntonio Ospite <ao2@ao2.it>
Fri, 23 Feb 2018 13:48:06 +0000 (14:48 +0100)
This is in the spirit of leaving the tweet content untouched as much as
possible.

src/rss_converter_twitter.com.xsl

index 71231b9..873be5f 100644 (file)
                 <xsl:value-of select="php:functionString('Tweeper\Tweeper::epochToRssDate', number($timestamp))"/>
             </pubDate>
             <description>
-                <xsl:value-of select="concat($user-name, ': ')"/>
                 <xsl:text disable-output-escaping="yes">&lt;![CDATA[</xsl:text>
                 <xsl:if test="$item-has-video">
                     <xsl:text>(Video) </xsl:text>