From b5ab2b543614b47e7858ef142b82e928654fd852 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 4 May 2023 00:58:37 +0300 Subject: [PATCH] fix this https://rdrama.net/post/158709/its-223am-central-time-chicagoburger-hey/3880628#context --- files/templates/comments.html | 2 +- files/templates/util/macros.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 503f874e0..786665557 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -152,7 +152,7 @@ {% if c.distinguish_level and not c.ghost %}{% endif %} {% if c.is_op %}{% endif %} {% if c.is_bot %}{% endif %} - {% if c.is_blocking and not c.ghost %}{% endif %} + {% if c.is_blocking and not c.ghost %}{% endif %} {% if c.is_blocked and not c.ghost %}{% endif %} {% if c.ghost %} diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 3cdcad7ff..94e2d8f70 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -51,7 +51,7 @@ {% endif %} {% if p.over_18 %}+18{% endif %} {% if p.is_bot %} {% endif %} - {% if p.is_blocking and not p.ghost %}{% endif %} + {% if p.is_blocking and not p.ghost %}{% endif %} {% if p.is_blocked and not p.ghost %}{% endif %} {% if p.private %}Draft{% endif %} {% if p.active_flags(v) %}{% endif %}