From c8b6778cde3c0b503adc10889f579b289fb7440b Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 21 Dec 2018 00:05:41 -0500 Subject: [PATCH] Fix home escaping --- view/templates/home.tpl | 4 ++-- view/theme/frio/templates/home.tpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/view/templates/home.tpl b/view/templates/home.tpl index 7d9597beb9..eb3f402fc6 100644 --- a/view/templates/home.tpl +++ b/view/templates/home.tpl @@ -7,8 +7,8 @@ {{if $customhome != false }} {{include file="$customhome"}} {{else}} - {{$defaultheader}} + {{$defaultheader nofilter}} {{/if}} - {{$login}} + {{$login nofilter}} {{/if}} diff --git a/view/theme/frio/templates/home.tpl b/view/theme/frio/templates/home.tpl index ac1cc37be1..8552f25830 100644 --- a/view/theme/frio/templates/home.tpl +++ b/view/theme/frio/templates/home.tpl @@ -15,11 +15,11 @@ {{if $customhome != false }} {{include file="$customhome"}} {{else}} - {{$defaultheader}} + {{$defaultheader nofilter}} {{/if}}
- {{$login}} + {{$login nofilter}}
{{/if}} \ No newline at end of file -- 2.39.5