Skip to content

Commit 9f4c1ad

Browse files
Fix supertypes and annotations lists
1 parent 65e7630 commit 9f4c1ad

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc-tool/resources/_layouts/api-page.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ <h1>
5151
<h2>Supertypes</h2>
5252
<span>
5353
{% for superT in entity.superTypes %}
54-
{% renderLink superT %}
55-
{% unless forloop.last %}, {% endunless %}
54+
{% renderLink superT %}{% unless forloop.last %}, {% endunless %}
5655
{% endfor %}
5756
</span>
5857
</div>
@@ -63,8 +62,7 @@ <h2>Supertypes</h2>
6362
<h2>Annotations</h2>
6463
<span>
6564
{% for annot in entity.annotations %}
66-
@{% renderLink annot %}
67-
{% unless forloop.last %}, {% endunless %}
65+
@{{ annot }}{% unless forloop.last %}, {% endunless %}
6866
{% endfor %}
6967
</span>
7068
</div>

0 commit comments

Comments
 (0)