Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6d01ad2

Browse filesBrowse 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
Copy full SHA for 6d01ad2

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.