pull/210/head
M66B 2 years ago
parent 515a70c71c
commit 1ee9eb19f3

@ -410,8 +410,7 @@ public class EntityAnswer implements Serializable {
if (p.appPassword)
ssb.append("App password\n\n");
if (p.documentation !=
null)
if (p.documentation != null)
ssb.append(HtmlHelper.fromHtml(p.documentation.toString(), context)).append("\n\n");
if (!TextUtils.isEmpty(p.link))

Loading…
Cancel
Save