footerRow always visible if it has content

This commit is contained in:
vcestone 2021-01-12 15:09:44 +01:00
parent 52d58bac1e
commit fd4238aefb
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@
</div>
</div>
<#else>
<#if properties.footerRow?has_content><div style="padding-top: 10px;>${kcSanitize(properties.footerRow)?no_esc}</div></#if>
<#if properties.footerRow?has_content><div style="padding-top: 10px;">${kcSanitize(properties.footerRow)?no_esc}</div></#if>
</#if>
</footer>