diff --git a/templates/utils.html b/templates/utils.html index 928466a..fce8184 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -137,7 +137,7 @@ {% if obj | has_type(['Article', 'Page']) %} {{ obj.name }} {{ obj | url_or_id | get_url }} {% elif obj | has_type('Question') %} - {{ obj.content | clean | update_inline_imgs | replace_custom_emojis(obj) | code_highlight | safe }} + {{ obj.content | update_inline_imgs | clean | replace_custom_emojis(obj) | code_highlight | safe }}