From 967a1e6e81a15630222a63a4ce991ea8322a11f3 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sat, 4 Jan 2025 00:32:08 +0100 Subject: [PATCH] template posts: remove spacings --- templates/post/time.html | 2 +- templates/post_reply.html | 4 +--- templates/post_thread.html | 7 +++---- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/templates/post/time.html b/templates/post/time.html index bbdcba61..4923582a 100644 --- a/templates/post/time.html +++ b/templates/post/time.html @@ -1 +1 @@ - {{ post.time|date(config.post_date) }} +{{ post.time|date(config.post_date) }} diff --git a/templates/post_reply.html b/templates/post_reply.html index 60434887..9e1bcc4b 100644 --- a/templates/post_reply.html +++ b/templates/post_reply.html @@ -9,9 +9,8 @@ {% include 'post/name.html' %} {% include 'post/ip.html' %} {% include 'post/flag.html' %} + {% include 'post/poster_id.html' %} - {% apply spaceless %} - {% include 'post/poster_id.html' %} {% include 'post/time.html' %} No. @@ -20,7 +19,6 @@ {# Used by some js #}
@@ -13,9 +12,8 @@ {% include 'post/name.html' %} {% include 'post/ip.html' %} {% include 'post/flag.html' %} + {% include 'post/poster_id.html' %} - {% apply spaceless %} - {% include 'post/poster_id.html' %} {% include 'post/time.html' %} No. @@ -93,10 +91,11 @@ {% endif %} {% if not index %} {% endif %} -