Small improvement

This commit is contained in:
M66B 2019-03-30 18:01:19 +01:00
parent caad5acc82
commit 8b4e342b2c
1 changed files with 1 additions and 1 deletions

View File

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