Preserves html tags in properties.footerRow
This commit is contained in:
parent
ddec364a46
commit
b6c47c9785
|
@ -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>${kcSanitize(properties.footerRow))?no_esc}</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!}">
|
||||
|
|
Loading…
Reference in New Issue