mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-15 08:29:24 +00:00
Remove X attributes
This commit is contained in:
parent
c771bcaed5
commit
7b3eea917c
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue