Preserves html tags in properties.footerRow

This commit is contained in:
vcestone 2021-01-12 11:06:11 +01:00
parent 53d6d773aa
commit ecd6b1d63b
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@
</div>
<#if properties.ECLogo?has_content && properties.ECLogo='yes'>
<div style="display: flex; padding-top: 10px; justify-content: space-between;">
<#if properties.footerRow?has_content><div>${properties.footerRow}</div></#if>
<#if properties.footerRow?has_content><div>${kcSanitize(properties.footerRow))?no_esc}</div></#if>
<div style="align-self: center;">
<a href="http://ec.europa.eu/programmes/horizon2020/" target="_blank">
<img class="float-right" alt="${properties.ECLogoAlt!}" src="${url.resourcesPath}/img/logo-ec.jpg" style="${properties.ECLogoStyle!}">