diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_item.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_item.html.twig index 7424f1fcef137..603e7581ff718 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_item.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_item.html.twig @@ -1,6 +1,6 @@
- {% if link %}{% endif %} + {% if link is not defined or link %}{% endif %}
{{ icon|default('') }}
- {% if link %}
{% endif %} + {% if link is not defined or link %}{% endif %}
{{ text|default('') }}