10000 [WebProfilerBundle] Removed duplicated HTML attributes · PBWebMedia/symfony@7335dee · GitHub
[go: up one dir, main page]

Skip to content

Commit 7335dee

Browse files
committed
[WebProfilerBundle] Removed duplicated HTML attributes
1 parent c0b894d commit 7335dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184

185185
{% for index, call in stack if index > 1 %}
186186
{% if index == 2 %}
187-
<ul class="sf-call-stack" id="{{ id }}" class="hidden">
187+
<ul class="sf-call-stack hidden" id="{{ id }}">
188188
{% endif %}
189189

190190
{% if call.class is defined %}

0 commit comments

Comments
 (0)
0