Revert "Simplified edit ref"

This reverts commit 4d0a689f0f.
pull/199/head
M66B 3 years ago
parent e941f03c1d
commit d639665011

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

Loading…
Cancel
Save