Skip to content

Commit f94addb

Browse files
committed
minor #2335 [Site] Fix FileTree markup (minor) (smnandre)
This PR was merged into the 2.x branch. Discussion ---------- [Site] Fix FileTree markup (minor) Commits ------- ceccf79 [Site] Fix FileTree markup (minor)
2 parents 997c9c0 + ceccf79 commit f94addb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ux.symfony.com/templates/components/FileTree.html.twig

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<div class="FileTree FileTree-main list-unstyled px-3">
1+
<ul class="FileTree FileTree-main list-unstyled px-3">
22
{{ _self.fileTree(files) }}
3-
</div>
3+
</ul>
44

55
{% macro fileTree(files) %}
66
{% for file_info in files %}

0 commit comments

Comments
 (0)