Preview quotes: removed recognized quotes

This commit is contained in:
M66B
2024-08-24 09:01:50 +02:00
parent 101955f566
commit 4fd89437f2
4 changed files with 25 additions and 20 deletions

View File

@@ -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)