From 4adaeb393a49aabdbe465931599f92561e5aac33 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Tue, 11 Jun 2024 18:41:56 +0300 Subject: [PATCH] return !!0 => return!!0 Signed-off-by: Ari Archer --- src/templates/index.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/index.j2 b/src/templates/index.j2 index a3de697..3e24088 100644 --- a/src/templates/index.j2 +++ b/src/templates/index.j2 @@ -450,7 +450,7 @@
{% for comment in comments %}
-

#{{ comment.id }}: {{ comment.name | escape }} {% if comment.website %}({{ comment.website | escape }}){% endif %} <show email> at says...

+

#{{ comment.id }}: {{ comment.name | escape }} {% if comment.website %}({{ comment.website | escape }}){% endif %} <show email> at says...

{{ comment.comment | markdown }}
{% endfor %}