From ecd6b1d63ba8d9a0ee6d31c4c059f9b46e98eab0 Mon Sep 17 00:00:00 2001 From: vcestone Date: Tue, 12 Jan 2021 11:06:11 +0100 Subject: [PATCH] Preserves html tags in properties.footerRow --- src/themes/d4science/login/template.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/d4science/login/template.ftl b/src/themes/d4science/login/template.ftl index 1122bb6..d50712c 100644 --- a/src/themes/d4science/login/template.ftl +++ b/src/themes/d4science/login/template.ftl @@ -177,7 +177,7 @@ <#if properties.ECLogo?has_content && properties.ECLogo='yes'>
- <#if properties.footerRow?has_content>
${properties.footerRow}
+ <#if properties.footerRow?has_content>
${kcSanitize(properties.footerRow))?no_esc}
${properties.ECLogoAlt!}