From 8b445f1608b3d2fddc693e6832ee6741f97a81fb Mon Sep 17 00:00:00 2001 From: Martin Kouba Date: Wed, 17 Jan 2024 16:10:05 +0100 Subject: [PATCH] Qute: fix UserTagSectionHelper.Arguments.asHtmlAttributes() - resolves #38251 --- .../io/quarkus/qute/UserTagSectionHelper.java | 28 ++++++++++++------- .../java/io/quarkus/qute/UserTagTest.java | 7 +++-- 2 files changed, 23 insertions(+), 12 deletions(-) diff --git a/independent-projects/qute/core/src/main/java/io/quarkus/qute/UserTagSectionHelper.java b/independent-projects/qute/core/src/main/java/io/quarkus/qute/UserTagSectionHelper.java index 5781d6d52d82c..e0f3d9ef1e8c8 100644 --- a/independent-projects/qute/core/src/main/java/io/quarkus/qute/UserTagSectionHelper.java +++ b/independent-projects/qute/core/src/main/java/io/quarkus/qute/UserTagSectionHelper.java @@ -16,10 +16,13 @@ public class UserTagSectionHelper extends IncludeSectionHelper implements Sectio protected final boolean isNestedContentNeeded; + private final HtmlEscaper htmlEscaper; + UserTagSectionHelper(Supplier