From 4336a6195d8fb297bc41b07ae8e389e3ccc3ed96 Mon Sep 17 00:00:00 2001 From: Weissheiten Wien Date: Mon, 1 Feb 2021 11:51:27 +0100 Subject: [PATCH] Update VerificationBox.html If the description is rendered with a paragraph, the content gets placed after the paragraph and the class assignment is lost. Using a DIV instead of a p for the description fixes this and displays the output correctly --- Resources/Private/Partials/ContentElements/VerificationBox.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Private/Partials/ContentElements/VerificationBox.html b/Resources/Private/Partials/ContentElements/VerificationBox.html index e279b3a..4240346 100644 --- a/Resources/Private/Partials/ContentElements/VerificationBox.html +++ b/Resources/Private/Partials/ContentElements/VerificationBox.html @@ -18,7 +18,7 @@ -

{description -> f:format.html()}

+
{description -> f:format.html()}