We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e849898 + f405c17 commit 2acc745Copy full SHA for 2acc745
1 file changed
Resources/views/Menu/bootstrap.html.twig
@@ -83,7 +83,9 @@
83
{% block listList %}
84
{% spaceless %}
85
{% if item.hasChildren and options.depth is not sameas(0) and item.displayChildren %}
86
- {{ block('children') }}
+ <ul{{ _self.attributes(listAttributes) }}>
87
+ {{ block('children') }}
88
+ </ul>
89
{% endif %}
90
{% endspaceless %}
91
{% endblock listList %}
0 commit comments