diff --git a/templates/fediplan/Ajax/layout.html.twig b/templates/fediplan/Ajax/layout.html.twig index 5552fc4..eddd89d 100644 --- a/templates/fediplan/Ajax/layout.html.twig +++ b/templates/fediplan/Ajax/layout.html.twig @@ -14,7 +14,7 @@ {% if status.spoilerText is defined %} {{ status.spoilerText }}
{% endif %} - {{ status.content }} + {{ status.content | nl2br }}

@@ -40,4 +40,4 @@ -{% endfor %} \ No newline at end of file +{% endfor %}