diff --git a/files/templates/comments.html b/files/templates/comments.html index a5a0dfa87..2c67d3276 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -283,7 +283,7 @@ - +
@@ -439,9 +439,9 @@ {% endif %} {% if v.id != c.author_id and not c.ghost %} - + - + {% endif %} {% if c.post %} @@ -619,12 +619,12 @@ - + {% if c.author_id == v.id %} - + {% else %} @@ -633,15 +633,15 @@ {% endif %} {% if not c.ghost %} - + {% endif %} {% endif %} {% if c.author_id == v.id or (c.post.sub and v.mods(c.post.sub)) %} - - + + {% endif %} {% if v.admin_level < PERMS['POST_COMMENT_MODERATION'] %} @@ -687,15 +687,15 @@