remotes/1693045480750635534/spooky-22
Aevann1 2022-02-26 22:09:54 +02:00
parent 4b9f3992f6
commit 2dc16548a4
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@
</div>
{% if v and v.id != c.author_id and c.body %}
<div class="d-none card rounded border my-2 p-3" style="white-space:pre-wrap" id="markdown-{{c.id}}">{{c.body.strip()}}</div>
<textarea autocomplete="off" class="d-none card border my-2 p-3 comment-box form-control rounded" id="markdown-{{c.id}}" readonly>{{c.body.strip()}}</textarea>
{% endif %}