Skip to content
Permalink
Browse files

chore(docs): add horizontal rules between known issues

  • Loading branch information
petebacondarwin committed May 23, 2016
1 parent 2ca6db5 commit ad59781f7db9966064fa835c2b6b95e5c95685de
Showing with 1 addition and 1 deletion.
  1. +1 −1 docs/config/templates/api/api.template.html
@@ -28,7 +28,7 @@ <h1 class="api-profile-header-heading">{$ doc.name $}</h1>
<h2 id="known-issues">Known Issues</h2>
{% for issue in doc.knownIssues -%}
<div class="known-issue">
{$ issue | marked $}
{$ issue | marked $} {% if not loop.last %}<hr>{% endif %}
</div>
{% endfor -%}
{% endif %}

0 comments on commit ad59781

Please sign in to comment.
You can’t perform that action at this time.