From: Michael Date: Tue, 11 Dec 2018 19:24:24 +0000 (+0000) Subject: The "about" field shouldn't be escaped X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b53a6c5154f3b95f5039b1b4b47417e164ad26d3;p=friendica.git The "about" field shouldn't be escaped --- diff --git a/view/theme/frio/templates/contact_edit.tpl b/view/theme/frio/templates/contact_edit.tpl index 3fa0bf50d1..adddcb3dde 100644 --- a/view/theme/frio/templates/contact_edit.tpl +++ b/view/theme/frio/templates/contact_edit.tpl @@ -114,7 +114,7 @@

{{$about_label|escape}}
-
{{$about|escape}}
+
{{$about}}
{{/if}}