diff --git a/files/templates/comments.html b/files/templates/comments.html index 02131318f..963a01eac 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -23,7 +23,7 @@ {% set replies=c.replies(sort=sort) %} {% endif %} - {% if (c.is_banned or c.deleted_utc) and not (v and v.admin_level >= PERMS['POST_COMMENT_MODERATION']) and not (v and v.id==c.author_id) %} + {% if (c.is_banned or c.deleted_utc) and not (v and v.admin_level >= PERMS['POST_COMMENT_MODERATION']) and not (v and v.id == c.author_id) %}
@@ -60,7 +60,7 @@ {% set voted=-2 %} {% endif %} - {% if standalone and level==1 %} + {% if standalone and level == 1 %}