diff --git a/app/widgets/Chat/_chat_messages.tpl b/app/widgets/Chat/_chat_messages.tpl index 95d965b95..3db6d0160 100644 --- a/app/widgets/Chat/_chat_messages.tpl +++ b/app/widgets/Chat/_chat_messages.tpl @@ -22,7 +22,7 @@ {if="isset($value->html)"} {$value->body} {else} - {$value->body|prepareString|htmlentities:ENT_COMPAT,'UTF-8'} + {$value->body|htmlentities:ENT_COMPAT,'UTF-8'|prepareString} {/if} {/if} {$value->delivered|strtotime|prepareDate} diff --git a/app/widgets/Contact/_contact_explore.tpl b/app/widgets/Contact/_contact_explore.tpl index 728538b35..a566ac2af 100644 --- a/app/widgets/Contact/_contact_explore.tpl +++ b/app/widgets/Contact/_contact_explore.tpl @@ -2,7 +2,7 @@