diff --git a/files/templates/comments.html b/files/templates/comments.html index 08b46b24b..c20cbe5a0 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -384,7 +384,7 @@ {% endif %} - {% if not c.ghost or (v and v.admin_level >= PERMS['SEE_GHOST_VOTES']) %} + {% if v and (not c.ghost or v.admin_level >= PERMS['SEE_GHOST_VOTES']) %} Votes {% endif %} @@ -589,7 +589,7 @@