fix(aio): add <hr> in between overloads
This commit is contained in:
parent
18559897a0
commit
db96c963a8
|
@ -41,6 +41,7 @@
|
|||
<div class="detail-contents">
|
||||
{% for overload in member.overloads %}
|
||||
{$ renderMemberDetail(overload, itemClass + '-overload') $}
|
||||
{% if not loop.last %}<hr>{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</details>
|
||||
|
|
Loading…
Reference in New Issue