mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
Fixed html comments
This commit is contained in:
@@ -52,6 +52,7 @@ public class HtmlHelper implements NodeVisitor {
|
||||
String name = node.nodeName();
|
||||
if (node instanceof TextNode) {
|
||||
String text = ((TextNode) node).text();
|
||||
text = Html.escapeHtml(text);
|
||||
Matcher matcher = pattern.matcher(text);
|
||||
while (matcher.find()) {
|
||||
String ref = matcher.group();
|
||||
|
||||
Reference in New Issue
Block a user