footerRow always visible if it has content

This commit is contained in:
vcestone 2021-01-12 14:52:19 +01:00
parent 5b99366440
commit 52d58bac1e
1 changed files with 2 additions and 0 deletions

View File

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