From 356033242ccdfa641a05ca9d14f79b212f6e4c6a Mon Sep 17 00:00:00 2001 From: Matthias Althaus Date: Wed, 15 Nov 2023 16:40:21 +0100 Subject: [PATCH] Fixed render error in profiler/translation.html.twig (fixes #496) --- Resources/views/SymfonyProfiler/translation.html.twig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/views/SymfonyProfiler/translation.html.twig b/Resources/views/SymfonyProfiler/translation.html.twig index 064fe5e7..c307bcd9 100644 --- a/Resources/views/SymfonyProfiler/translation.html.twig +++ b/Resources/views/SymfonyProfiler/translation.html.twig @@ -81,11 +81,11 @@ {% for key, message in messages %} - - {% if withCheckbox %} + {% if withCheckbox %} + - {% endif %} - + + {% endif %} {{ message.locale }} {{ message.domain }} {{ message.count }}