Skip to content

Commit 2acc745

Browse files
author
Florian Eckerstorfer
committed
Merge pull request #367 from ocetnik/add-a-missing-ul-tag-for-listList
Add missing ul tag for list list
2 parents e849898 + f405c17 commit 2acc745

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Resources/views/Menu/bootstrap.html.twig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@
8383
{% block listList %}
8484
{% spaceless %}
8585
{% if item.hasChildren and options.depth is not sameas(0) and item.displayChildren %}
86-
{{ block('children') }}
86+
<ul{{ _self.attributes(listAttributes) }}>
87+
{{ block('children') }}
88+
</ul>
8789
{% endif %}
8890
{% endspaceless %}
8991
{% endblock listList %}

0 commit comments

Comments
 (0)