mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Remove quotes
This commit is contained in:
@@ -425,7 +425,7 @@ public class EntityRule {
|
||||
|
||||
Document d = JsoupEx.parse(html);
|
||||
if (skip_quotes)
|
||||
d.select("blockquote").remove();
|
||||
HtmlHelper.removeQuotes(d);
|
||||
if (jsoup) {
|
||||
String selector = value.substring(JSOUP_PREFIX.length());
|
||||
if (d.select(selector).isEmpty() != not)
|
||||
|
||||
Reference in New Issue
Block a user