From 1128c8ede209334017d9832a53ca285a8c1ae9e3 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 27 Oct 2023 01:31:06 +0300 Subject: [PATCH] add spaces and remove linebreaks --- files/templates/comments.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index df5abfd92..c66de01ca 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 @@