country club leak fix (#370)

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-09-23 17:37:32 -07:00 committed by GitHub
parent 550e5636e9
commit a51bfa3d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>