From 8536e47cdc94c9ce8c6838fa928b830026264226 Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ao2@ao2.it>
Date: Fri, 23 Feb 2018 14:48:06 +0100
Subject: [PATCH] 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.
---
 src/rss_converter_twitter.com.xsl | 1 -
 1 file changed, 1 deletion(-)

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>
-- 
2.1.4