Simplified edit ref

This commit is contained in:
M66B 2021-07-09 10:29:50 +02:00
parent 9da5692d55
commit 4d0a689f0f
1 changed files with 1 additions and 3 deletions

View File

@ -1343,9 +1343,7 @@ public class FragmentCompose extends FragmentBase {
Element b = d.body();
b.tagName("div");
document.body().appendChild(b);
Spanned spanned = HtmlHelper.fromDocument(context, document, null, null);
return HtmlHelper.toHtml(spanned, context);
return document.body().html();
}
}