8000 minor #17250 [WebProfilerBundle] Remove duplicated HTML attributes (h… · PBWebMedia/symfony@67ccb2d · GitHub
[go: up one dir, main page]

Skip to content

Commit 67ccb2d

Browse files
committed
minor symfony#17250 [WebProfilerBundle] Remove duplicated HTML attributes (hason)
This PR was merged into the 2.8 branch. Discussion ---------- [WebProfilerBundle] Remove duplicated HTML attributes | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 7335dee [WebProfilerBundle] Removed duplicated HTML attributes
2 parents c0b894d + 7335dee commit 67ccb2d

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