Simplified edit ref

pull/199/head
M66B 3 years ago
parent 9da5692d55
commit 4d0a689f0f

@ -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();
}
}

Loading…
Cancel
Save