From e11360018d471ba3e0da022465983c5bfaa2b0a4 Mon Sep 17 00:00:00 2001 From: Julien Brochet Date: Mon, 18 Jun 2012 00:35:49 +0200 Subject: [PATCH] [WebProfilerBundle] removed the extra space before the toolbar --- .../Resources/views/Profiler/toolbar.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig index 3386173cbbed..65e9b1d69ca3 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig @@ -1,7 +1,7 @@ {% if 'normal' != position %} {% include 'WebProfilerBundle:Profiler:toolbar_style.html.twig' with { 'position': position, 'floatable': true } %} -
+
{% endif %}