Skip to content

Commit ceccf79

Browse files
committed
[Site] Fix FileTree markup (minor)
1 parent 666b27c commit ceccf79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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)