From aa35a1652ce41a1e6a59123b7f379130e924fabb Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Thu, 9 Jun 2016 13:02:03 +0200 Subject: [PATCH] [WebProfilerBundle] Fix invalid CSS style --- .../WebProfilerBundle/Resources/views/Router/panel.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Router/panel.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Router/panel.html.twig index 8a6929c4df..16487d3fcb 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Router/panel.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Router/panel.html.twig @@ -30,7 +30,7 @@

Route Redirection

This page redirects to:

-
+
{{ router.targetUrl }} {% if router.targetRoute %}(route: "{{ router.targetRoute }}"){% endif %}