mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 17:13:23 +02:00
Remove X attributes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user