Skip to content

Commit

Permalink
Merge pull request #216 from musicEnfanthen/fix_html_2
Browse files Browse the repository at this point in the history
Fix invalid or obsolete HTML (post scriptum)
  • Loading branch information
rettinghaus authored Mar 26, 2021
2 parents 3c60ad3 + 830a188 commit ff1f13a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/menu-accordion.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<div class="accordion-body">
<ul class="menu menu-nav">
{% for item in entry.submenu %}
{% if forloop.first %} <ul class="menu"> {% endif %}
{% if forloop.first %} <li><ul class="menu"> {% endif %}
<li class="menu-item"><a href="{{entry.url}}{{item.url}}">{{item.label}}</a></li>
{% if forloop.last %} </ul> {% endif %}
{% if forloop.last %} </ul></li> {% endif %}
{% endfor %}
</ul>
</div>
Expand Down

0 comments on commit ff1f13a

Please sign in to comment.