mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Show a missing attribute as < are > used as html tags
This commit is contained in:
parent
b3701176cb
commit
46f284ed15
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue