projects
/
tweeper.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f467b3e
)
rss_converter_twitter.com.xsl: don't print the user name in description
author
Antonio Ospite <ao2@ao2.it>
Fri, 23 Feb 2018 13:48:06 +0000
(14:48 +0100)
committer
Antonio 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
patch
|
blob
|
history
diff --git
a/src/rss_converter_twitter.com.xsl
b/src/rss_converter_twitter.com.xsl
index
71231b9
..
873be5f
100644
(file)
--- 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"><![CDATA[</xsl:text>
<xsl:if test="$item-has-video">
<xsl:text>(Video) </xsl:text>