Refactoring

This commit is contained in:
M66B
2024-06-03 08:59:29 +02:00
parent b37b82f9e7
commit 7c10f5035c
2 changed files with 1 additions and 5 deletions

View File

@@ -2488,7 +2488,7 @@ public class FragmentCompose extends FragmentBase {
} catch (AddressException ignored) {
}
String html = EntityAnswer.replacePlaceholders(context, answer.text, tos);
String html = answer.getHtml(context, tos);
Document d = HtmlHelper.sanitizeCompose(context, html, true);
Spanned spanned = HtmlHelper.fromDocument(context, d, new HtmlHelper.ImageGetterEx() {