Skip to content

Commit

Permalink
Fix annotations lists
Browse files Browse the repository at this point in the history
  • Loading branch information
TheElectronWill committed Sep 2, 2019
1 parent b8cd3d4 commit 7acbee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc-tool/resources/_layouts/api-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h2>Supertypes</h2>
<h2>Annotations</h2>
<span>
{% for annot in entity.annotations %}
@{% renderLink annot %}{% unless forloop.last %}, {% endunless %}
@{{ annot }}{% unless forloop.last %}, {% endunless %}
{% endfor %}
</span>
</div>
Expand Down Expand Up @@ -231,7 +231,7 @@ <h3 class="name">
<span>Annotations</span>
<span>
{% for annot in entity.annotations %}
@{% renderLink annot %}{% unless forloop.last %}, {% endunless %}
@{{ annot }}{% unless forloop.last %}, {% endunless %}
{% endfor %}
</span>
</li>
Expand Down

0 comments on commit 7acbee1

Please sign in to comment.