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

@@ -359,7 +359,7 @@ public class FragmentDialogTranslate extends FragmentDialogBase {
if (remove_signatures)
HtmlHelper.removeSignatures(d);
HtmlHelper.removeQuotes(d);
HtmlHelper.removeQuotes(d, true);
d = HtmlHelper.sanitizeView(context, d, false);