Support bidirectional quote text
This commit is contained in:
parent
d358912790
commit
13bdd6497b
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ proc renderQuote(quote: Tweet; prefs: Prefs; path: string): VNode =
|
||||||
renderReply(quote)
|
renderReply(quote)
|
||||||
|
|
||||||
if quote.text.len > 0:
|
if quote.text.len > 0:
|
||||||
tdiv(class="quote-text"):
|
tdiv(class="quote-text", dir="auto"):
|
||||||
verbatim replaceUrl(quote.text, prefs)
|
verbatim replaceUrl(quote.text, prefs)
|
||||||
|
|
||||||
if quote.hasThread:
|
if quote.hasThread:
|
||||||
|
|
Loading…
Reference in a new issue