mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-01 21:28:01 +02:00
Preview quotes: removed recognized quotes
This commit is contained in:
@@ -437,7 +437,7 @@ public class EntityRule {
|
||||
|
||||
Document d = JsoupEx.parse(html);
|
||||
if (skip_quotes)
|
||||
HtmlHelper.removeQuotes(d);
|
||||
HtmlHelper.removeQuotes(d, true);
|
||||
if (jsoup) {
|
||||
String selector = value.substring(JSOUP_PREFIX.length());
|
||||
if (d.select(selector).isEmpty() != not)
|
||||
|
||||
Reference in New Issue
Block a user