From 8b99611988342c12a69fab4940de47898538061b Mon Sep 17 00:00:00 2001 From: William Desportes Date: Mon, 15 Aug 2022 13:21:00 +0200 Subject: [PATCH] Fix console toolbar render when bookmark feature is disabled and sql debug is enabled It made the display weird because a empty div was added Signed-off-by: William Desportes --- templates/console/toolbar.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/console/toolbar.twig b/templates/console/toolbar.twig index b16c29042d..019681466c 100644 --- a/templates/console/toolbar.twig +++ b/templates/console/toolbar.twig @@ -1,6 +1,6 @@
{% for content in content_array %} - {% if content is defined %} + {% if content is defined and content is not null %}
{{ content['image'] is defined ? content['image']|raw }} {{ content[1] }}