Wrap body content in div

This commit is contained in:
M66B 2022-02-11 20:04:57 +01:00
parent 633baac661
commit 6061e29779
1 changed files with 2 additions and 0 deletions

View File

@ -3414,6 +3414,8 @@ public class HtmlHelper {
next.remove();
}
doc.body().tagName("div").wrap("<body></body>");
return doc.html();
}