From de7b326c7ce13f74eadcb0fbe7dd773a0cbe269b Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sat, 26 Nov 2016 16:44:35 +0100 Subject: [PATCH] Maintain the selected panel when redirecting to another profile --- .../WebProfilerBundle/Resources/views/Profiler/layout.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig index 146718ac30c7f..804b03a95ef27 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig @@ -39,7 +39,7 @@ {%- else -%} {{ redirect_route }} {%- endif %} - ({{ redirect.token }}) + ({{ redirect.token }}) {%- endif %}