diff --git a/trombi/templates/trombi/export.jinja b/trombi/templates/trombi/export.jinja index 0a1e9e43..c431d2eb 100644 --- a/trombi/templates/trombi/export.jinja +++ b/trombi/templates/trombi/export.jinja @@ -70,15 +70,20 @@ {% endif %}
{{ c.author.user.get_display_name() }} | +
+ {% for line in c.content.splitlines() %}
+ {{ line }} + {% endfor %} + |
+