rss_converter_twitter.com.xsl: add a line break after the "(Video)" label
[tweeper.git] / src / rss_converter_twitter.com.xsl
index 71231b9..1280c6a 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>
+                    <xsl:text>(Video)</xsl:text>
+                    <xsl:element name="br"/>
                 </xsl:if>
                 <xsl:apply-templates select="$item-content/node()"/>
                 <xsl:apply-templates select="$item-media/node()"/>