forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-18 05:31:08 +02:00
parent b76163faad
commit 431b1ca08b
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@
<div id="comment-banned-warning" class="comment-text text-removed mb-0">removed by @{{c.ban_reason}}</div>
{% endif %}
<div id="comment-text-{{c.id}}" class="pb-2 comment-text mb-0">
<div id="comment-text-{{c.id}}" class="comment-text mb-0">
{{c.realbody(v) | safe}}
{% if c.options %}
{{c.options_html(v) | safe}}