mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Small improvement
This commit is contained in:
@@ -215,7 +215,7 @@ public class HtmlHelper {
|
||||
for (Attribute attr : parent.attributes().asList())
|
||||
parent.attributes().remove(attr.getKey());
|
||||
parent.html(outer);
|
||||
parent.appendChild(div);
|
||||
parent.prependChild(div);
|
||||
|
||||
linked = true;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user