Strip links from RSS titles
This commit is contained in:
parent
de62eedea5
commit
315b09050b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
#if tweet.pinned: result = "Pinned: "
|
#if tweet.pinned: result = "Pinned: "
|
||||||
#elif tweet.retweet.isSome: result = "RT: "
|
#elif tweet.retweet.isSome: result = "RT: "
|
||||||
#end if
|
#end if
|
||||||
#result &= xmltree.escape(replaceUrl(tweet.text, prefs, absolute=hostname))
|
#result &= xmltree.escape(stripHtml(tweet.text))
|
||||||
#if result.len > 0: return
|
#if result.len > 0: return
|
||||||
#end if
|
#end if
|
||||||
#if tweet.photos.len > 0:
|
#if tweet.photos.len > 0:
|
||||||
|
|
Loading…
Reference in a new issue