From 5e2ac93f989fe102980fe8a9c543065952309288 Mon Sep 17 00:00:00 2001 From: Thomas Schulz Date: Sun, 8 Sep 2013 18:07:40 +0200 Subject: [PATCH] Fix problem with Windows file links (backslash in JavaScript string) --- .../Resources/views/Collector/request.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/request.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/request.html.twig index 3bff903a89..8e5df5ebbd 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/request.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/request.html.twig @@ -5,7 +5,7 @@ {% if collector.controller.class is defined %} {% set link = collector.controller.file|file_link(collector.controller.line) %} {{ collector.controller.class|abbr_class }} - + {{ collector.controller.method }} {% else %}