From: Tobias Diekershoff Date: Fri, 1 Oct 2021 12:05:17 +0000 (+0200) Subject: unescape HTML from the relocation warning message X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f51438c168872d165d9c5e99f613ac02dc0bbbed;p=friendica.git unescape HTML from the relocation warning message --- diff --git a/view/templates/admin/site.tpl b/view/templates/admin/site.tpl index 72fba2b804..a1226bdf85 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 f043ea8edf..f9ba252f9c 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}}