bug #20653 [WebProfilerBundle] Profiler includes ghost panels

This commit is contained in:
Jerzy Zawadzki 2016-11-27 21:34:49 +00:00
parent 777cdfc0f6
commit 73cf796029
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
{% for name, template in templates %}
{% set menu -%}
{% with { 'collector': profile.getcollector(name) } %}
{{ block('menu', template) }}
{{- block('menu', template) -}}
{% endwith %}
{%- endset %}
{% if menu != '' %}