Remove X attributes

pull/184/head
M66B 5 years ago
parent c771bcaed5
commit 7b3eea917c

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

Loading…
Cancel
Save