Small improvement

This commit is contained in:
M66B
2020-05-05 18:43:37 +02:00
parent aedd1d80c3
commit 430b1ca023
4 changed files with 7 additions and 7 deletions

View File

@@ -75,7 +75,7 @@ public class EditTextCompose extends FixedEditText {
CharSequence text = item.getText();
if (text == null)
return false;
html = "<div plain=\"true\">" + HtmlHelper.formatPre(text.toString()) + "</div>";
html = "<div x-plain=\"true\">" + HtmlHelper.formatPre(text.toString()) + "</div>";
}
Document document = HtmlHelper.sanitizeCompose(context, html, false);