diff --git a/files/templates/comments.html b/files/templates/comments.html index d8c24d8357..96ba57c813 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -385,10 +385,10 @@ {% endif %} {% if c.is_banned and c.ban_reason %} -
Removed by @{{c.ban_reason}}
+
Removed by @{{c.ban_reason}}
{% endif %} -
+
{{c.realbody(v) | safe}} {% if c.options %} {% for o in c.options %} @@ -604,7 +604,7 @@ font-size: 11.5px; } - .comment.collapsed :not(.user-info) { + .comment.collapsed .hidden-on-collapse { display: hidden; } \ No newline at end of file