diff --git a/scipost_django/scipost/templates/scipost/portal/_hx_home.html b/scipost_django/scipost/templates/scipost/portal/_hx_home.html index 70e7f3c3d53ffe20a05cd2d2a9c71a491368992e..aa17ade939851c8a378e9f314a6ca739bddbe081 100644 --- a/scipost_django/scipost/templates/scipost/portal/_hx_home.html +++ b/scipost_django/scipost/templates/scipost/portal/_hx_home.html @@ -51,7 +51,7 @@ src="{{ news.image.url }}" alt="image"/> </div> {% endif %} - <p>{{ news.blurb_short|linebreaksbr }}</p> + <p>{{ news.blurb_short|safe|linebreaksbr }}</p> </div> </li> {% endfor %}