Skip to content

Commit 73cf796

Browse files
committed
bug symfony#20653 [WebProfilerBundle] Profiler includes ghost panels
1 parent 777cdfc commit 73cf796

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)