From 4ba939bab8a8083f9e2b8c3ca24d65bfa13da47b Mon Sep 17 00:00:00 2001 From: kek7198 Date: Thu, 2 Dec 2021 21:58:10 -0600 Subject: [PATCH] fix --- files/templates/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 66279aca7..2d440c90a 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -195,7 +195,7 @@
- {% if standalone and c.over_18 %}+18 {% endif %} + {% if standalone and c.over_18 %}+18{% endif %} {% if c.is_banned %}removed by @{{c.ban_reason}}{% elif c.deleted_utc > 0 %}Deleted by author{% elif c.is_blocking %}You are blocking @{{c.author.username}}{% endif %}