footerRow always visible if it has content
This commit is contained in:
parent
5b99366440
commit
52d58bac1e
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue