From b2c8fb4a77d1950d51efa5ead40178554a2f491d Mon Sep 17 00:00:00 2001 From: Arman Hosseini Date: Fri, 17 Jan 2020 18:54:27 +0330 Subject: [PATCH] Add an HTML comment to specify the Symfony toolbar on the body tag. --- .../Resources/views/Profiler/toolbar_js.html.twig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig index 9da75d0559219..56d9b609543e4 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig @@ -1,3 +1,4 @@ +
{{ include('@WebProfiler/Profiler/base_js.html.twig') }} @@ -125,3 +126,5 @@ ); })(); /*]]>*/ + +