From 8caeae37d4027295d1e0994bf034cb1cb90d7ef4 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 29 Oct 2023 17:27:55 +0300 Subject: [PATCH] add spaces --- files/templates/comments.html | 20 ++++++++++---------- files/templates/post.html | 14 +++++++------- files/templates/post_actions.html | 6 +++--- files/templates/post_actions_mobile.html | 8 ++++---- files/templates/post_banned.html | 4 ++-- files/templates/post_listing.html | 10 +++++----- files/templates/settings/advanced.html | 10 +++++----- files/templates/settings/personal.html | 6 +++--- files/templates/submit_emojis.html | 2 +- 9 files changed, 40 insertions(+), 40 deletions(-) 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 %}