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 @@ - + 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' %}