From 1d9d3813486c1cab41d6bceca9f9202676ecb048 Mon Sep 17 00:00:00 2001 From: Cyssoo Date: Fri, 20 Mar 2026 09:00:06 +0100 Subject: [PATCH] Allow HTML rendering in Prettyblock Title headings --- views/templates/hook/prettyblocks/prettyblock_heading.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/templates/hook/prettyblocks/prettyblock_heading.tpl b/views/templates/hook/prettyblocks/prettyblock_heading.tpl index 5c237529..db805735 100644 --- a/views/templates/hook/prettyblocks/prettyblock_heading.tpl +++ b/views/templates/hook/prettyblocks/prettyblock_heading.tpl @@ -38,7 +38,7 @@ {/if}
- <{$block.settings.level|default:'h2'} id="{$block.id_prettyblocks}" class="everblock everblock-heading px-4 py-2 {$block.settings.css_class|escape:'htmlall':'UTF-8'}"{if $heading_styles|trim} style="{$heading_styles}"{/if}>{$block.settings.title|escape:'htmlall':'UTF-8'} + <{$block.settings.level|default:'h2'} id="{$block.id_prettyblocks}" class="everblock everblock-heading px-4 py-2 {$block.settings.css_class|escape:'htmlall':'UTF-8'}"{if $heading_styles|trim} style="{$heading_styles}"{/if}>{$block.settings.title nofilter}
{if $block.settings.default.container}