Small improvement

This commit is contained in:
M66B 2022-03-17 09:05:12 +01:00
parent a834653a43
commit bef6f0bf01
1 changed files with 7 additions and 0 deletions

View File

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