From: Antonio Ospite <ao2@ao2.it>
Date: Fri, 23 Feb 2018 13:48:06 +0000 (+0100)
Subject: rss_converter_twitter.com.xsl: don't print the user name in description
X-Git-Tag: v1.2.0~6
X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/8536e47cdc94c9ce8c6838fa928b830026264226

rss_converter_twitter.com.xsl: don't print the user name in description

This is in the spirit of leaving the tweet content untouched as much as
possible.
---

diff --git a/src/rss_converter_twitter.com.xsl b/src/rss_converter_twitter.com.xsl
index 71231b9..873be5f 100644
--- a/src/rss_converter_twitter.com.xsl
+++ b/src/rss_converter_twitter.com.xsl
@@ -148,7 +148,6 @@
                 <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>