Browse Source

Strip links from RSS titles

Zed 6 năm trước cách đây
mục cha
commit
315b09050b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/rss.nimf

+ 1 - 1
src/views/rss.nimf

@@ -6,7 +6,7 @@
 #if tweet.pinned: result = "Pinned: "
 #elif tweet.retweet.isSome: result = "RT: "
 #end if
-#result &= xmltree.escape(replaceUrl(tweet.text, prefs, absolute=hostname))
+#result &= xmltree.escape(stripHtml(tweet.text))
 #if result.len > 0: return
 #end if
 #if tweet.photos.len > 0: