remotes/1693045480750635534/spooky-22
Aevann1 2022-01-28 06:33:37 +02:00
parent 085fafc67a
commit 30b91d8a23
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@
</div>
{% if c.body and not (v and v.id == c.author_id) %}
<div class="d-none card rounded border my-2 p-3" style="white-space:pre" id="markdown-{{c.id}}">{{c.body.strip()}}</div>
<div class="d-none card rounded border my-2 p-3" style="white-space:pre-wrap" id="markdown-{{c.id}}">{{c.body.strip()}}</div>
{% endif %}