Refactoring

This commit is contained in:
M66B
2021-08-01 16:37:38 +02:00
parent ec35b51ef5
commit 134fbaf2f0
4 changed files with 6 additions and 7 deletions

View File

@@ -637,7 +637,7 @@ public class EntityRule {
reply.id = db.message().insertMessage(reply);
String body = answer.getText(message.from);
String body = answer.getHtml(message.from);
Document msg = JsoupEx.parse(body);
Element div = msg.createElement("div");