Skip to content

Commit 05dba6d

Browse files
[chore] Fix identifying attribute rendering #2458 (#2459)
1 parent 7e21a36 commit 05dba6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/registry/markdown/entity_namespace.md.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
**Description:** {{ e.brief | trim }}
2222

23-
{%- if desc_attrs | length > 0 %}
23+
{%- if id_attrs | length > 0 %}
2424

2525
**Identifying Attributes:**
2626

0 commit comments

Comments
 (0)