From 66f8ed8e51843a8a840175f5174ceddc4def349e Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Thu, 10 Mar 2011 11:05:38 +0100 Subject: [PATCH] [WebProfilerBundle] Tweak styles --- .../Resources/views/Collector/config.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig index d1281a1080..5487151b4d 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig @@ -2,7 +2,7 @@ {% block toolbar %} {% set icon %} - Symfony + Symfony {% endset %} {% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with {'icon' : icon, 'text' : collector.symfonyversion} only %}