From 81706a61ef2d1be9addd68f08192db8a45a0863f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 1 Oct 2024 16:02:32 +0200 Subject: [PATCH] Fix issue with duplicate a tag --- .../ChillMainBundle/Resources/views/Layout/_header.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/Resources/views/Layout/_header.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Layout/_header.html.twig index ab823ff2e..035b8278a 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Layout/_header.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Layout/_header.html.twig @@ -60,7 +60,7 @@ data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> - {{ app.request.locale | capitalize }} + {{ app.request.locale | capitalize }}