forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-17 19:09:06 +02:00
parent 33ceebe21b
commit 94030cf952
1 changed files with 1 additions and 3 deletions

View File

@ -485,9 +485,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;padding-top:0!important" id="markdown-{{c.id}}">
{{c.body.strip()}}
</div>
<div class="d-none card rounded border my-2 p-3" style="white-space:pre" id="markdown-{{c.id}}">{{c.body.strip()}}</div>
{% endif %}