From f51438c168872d165d9c5e99f613ac02dc0bbbed Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 1 Oct 2021 14:05:17 +0200 Subject: [PATCH] unescape HTML from the relocation warning message --- view/templates/admin/site.tpl | 2 +- view/theme/frio/templates/admin/site.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/templates/admin/site.tpl b/view/templates/admin/site.tpl index 72fba2b80..a1226bdf8 100644 --- a/view/templates/admin/site.tpl +++ b/view/templates/admin/site.tpl @@ -152,7 +152,7 @@

{{$relocate}}

-

{{$relocate_warning}}

+

{{$relocate_warning nofilter}}

{{include file="field_input.tpl" field=$relocate_url}}
diff --git a/view/theme/frio/templates/admin/site.tpl b/view/theme/frio/templates/admin/site.tpl index f043ea8ed..f9ba252f9 100644 --- a/view/theme/frio/templates/admin/site.tpl +++ b/view/theme/frio/templates/admin/site.tpl @@ -339,7 +339,7 @@
- {{$relocate_warning}} + {{$relocate_warning nofilter}}
{{include file="field_input.tpl" field=$relocate_url}}