Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d01ad2

Browse files
committed
bug #20661 bug #20653 [WebProfilerBundle] Profiler includes ghost panels (jzawadzki)
This PR was merged into the 2.7 branch. Discussion ---------- bug #20653 [WebProfilerBundle] Profiler includes ghost panels | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Fixed tickets | #20653 | License | MIT Commits ------- 73cf796 bug #20653 [WebProfilerBundle] Profiler includes ghost panels
2 parents 777cdfc + 73cf796 commit 6d01ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
{% for name, template in templates %}
3939
{% set menu -%}
4040
{% with { 'collector': profile.getcollector(name) } %}
41-
{{ block('menu', template) }}
41+
{{- block('menu', template) -}}
4242
{% endwith %}
4343
{%- endset %}
4444
{% if menu != '' %}

0 commit comments

Comments
 (0)