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.
1 parent 3b2a283 commit f405c17Copy full SHA for f405c17
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