diff --git a/files/templates/comments.html b/files/templates/comments.html index df5abfd92f..c66de01cae 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -310,13 +310,13 @@ {% if v and (request.path.startswith('/@') and not wall) and v.admin_level < PERMS['VIEW_VOTE_BUTTONS_ON_USER_PAGE'] %}
  • - {% if voted==1 %} + {% if voted == 1 %} {% endif %} {{score}} - {% if voted==-1 %} + {% if voted == -1 %} {% endif %}
  • @@ -351,16 +351,14 @@