Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-24 03:41:38 +02:00
commit c12be1e028
1 changed files with 2 additions and 2 deletions

View File

@ -503,7 +503,7 @@
</div>
{% if v and v.id != c.author_id and c.body %}
<div autocomplete="off" class="markdown d-none card border my-2 p-3 comment-box form-control rounded" id="markdown-{{c.id}}" readonly>{{c.body.strip()}}</div>
<div autocomplete="off" class="markdown d-none card border my-2 p-3 comment-box form-control rounded" id="markdown-{{c.id}}" readonly>{{c.plainbody(v).strip()}}</div>
{% endif %}
@ -913,4 +913,4 @@
</script>
{% endif %}
</body>
</body>