Show a missing attribute as < are > used as html tags

This commit is contained in:
iLLiCiTiT 2021-06-21 19:37:57 +02:00
parent b3701176cb
commit 46f284ed15

View file

@ -402,9 +402,9 @@ class SyncEntitiesFactory:
items = [] items = []
items.append({ items.append({
"type": "label", "type": "label",
"value": "# Can't access Custom attribute <{}>".format( "value": (
CUST_ATTR_ID_KEY "# Can't access Custom attribute: <b>\"{}\"</b>"
) ).format(CUST_ATTR_ID_KEY)
}) })
items.append({ items.append({
"type": "label", "type": "label",