From 102123441d416b893c48a8a425535e4356e5fab4 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Tue, 15 Dec 2020 17:22:30 +0100 Subject: [PATCH] Alert component : fix regression introduced in 3d27e592 --- templates/base/components/alert/layout.html.twig | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/templates/base/components/alert/layout.html.twig b/templates/base/components/alert/layout.html.twig index e978d22c96..ed40b29077 100644 --- a/templates/base/components/alert/layout.html.twig +++ b/templates/base/components/alert/layout.html.twig @@ -1,7 +1,11 @@ -
-
-
+
+
+
+
{{ oUIBlock.GetTitle() }}
-
{{ oUIBlock.GetContent()|raw }}
+
{{ oUIBlock.GetContent()|raw }}
\ No newline at end of file