Skip to content

Commit

Permalink
[BUGFIX] Output HTML banner content as is
Browse files Browse the repository at this point in the history
Refs #264
  • Loading branch information
derhansen committed Apr 13, 2024
1 parent c038ba1 commit 5b98b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Partials/Banner/HtmlBanner.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<f:if condition="{banner.html}">
<div class="banner banner-{banner.uid}">
<f:format.html parseFuncTSPath="">{banner.html}</f:format.html>
<f:format.raw>{banner.html}</f:format.raw>
</div>
</f:if>

0 comments on commit 5b98b6d

Please sign in to comment.