mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Simplified text quotes
This commit is contained in:
@@ -2006,10 +2006,7 @@ public class HtmlHelper {
|
||||
truncate(d, MAX_FULL_TEXT_SIZE);
|
||||
|
||||
for (Element bq : d.select("blockquote"))
|
||||
if (hasBorder(bq)) {
|
||||
bq.prependChild(new TextNode("["));
|
||||
bq.appendChild(new TextNode("]"));
|
||||
}
|
||||
bq.prependChild(new TextNode("> "));
|
||||
|
||||
return d.text();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user