mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
parent
d52769009b
commit
ff359a3fc8
4 changed files with 4 additions and 4 deletions
|
|
@ -247,7 +247,7 @@ proc renderTweet*(tweet: Tweet; prefs: Prefs; path: string; class="";
|
|||
if index == 0 and tweet.reply.len > 0:
|
||||
renderReply(tweet)
|
||||
|
||||
tdiv(class="tweet-content media-body"):
|
||||
tdiv(class="tweet-content media-body", dir="auto"):
|
||||
verbatim replaceUrl(tweet.text, prefs)
|
||||
|
||||
if tweet.quote.isSome:
|
||||
|
|
|
|||
Loading…
Reference in a new issue