cxz
This commit is contained in:
parent
959dba4fff
commit
e4a8589e99
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if c.body and not (v and v.id == c.author_id) %}
|
{% 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 %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue