Explorar o código

Support bidirectional quote text

Zed %!s(int64=5) %!d(string=hai) anos
pai
achega
13bdd6497b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/tweet.nim

+ 1 - 1
src/views/tweet.nim

@@ -245,7 +245,7 @@ proc renderQuote(quote: Tweet; prefs: Prefs; path: string): VNode =
       renderReply(quote)
 
     if quote.text.len > 0:
-      tdiv(class="quote-text"):
+      tdiv(class="quote-text", dir="auto"):
         verbatim replaceUrl(quote.text, prefs)
 
     if quote.hasThread: