mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Wrap body content in div
This commit is contained in:
@@ -3414,6 +3414,8 @@ public class HtmlHelper {
|
||||
next.remove();
|
||||
}
|
||||
|
||||
doc.body().tagName("div").wrap("<body></body>");
|
||||
|
||||
return doc.html();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user