From 9a037b132ad3907edb6de86f119b7132373fe6ed Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Fri, 5 Jul 2019 09:49:49 +0200 Subject: [PATCH] Support emojis CW --- templates/utils.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/utils.html b/templates/utils.html index 3d355e3..0c95326 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -62,7 +62,7 @@ {% endif %} - {% if obj.summary %}

{{ obj.summary | clean }}

{% endif %} + {% if obj.summary %}

{{ obj.summary | clean | safe }}

{% endif %} {% if obj | has_type('Video') %}