Remove X attributes

This commit is contained in:
M66B
2020-08-11 19:23:08 +02:00
parent c771bcaed5
commit 7b3eea917c

View File

@@ -982,6 +982,9 @@ public class HtmlHelper {
if (next == null || !"br".equals(next.tagName()))
e.appendElement("br");
}
e.removeAttr("x-line-before");
e.removeAttr("x-line-after");
}
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.N)