From 66ca8b682598defe730d428232164a4005382964 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 5 Jan 2025 13:19:41 +0100 Subject: [PATCH] ip.html: remove initial spacing --- templates/post/ip.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/post/ip.html b/templates/post/ip.html index 12782e97..3ff132d3 100644 --- a/templates/post/ip.html +++ b/templates/post/ip.html @@ -1,3 +1,3 @@ -{% if post.mod and post.mod|hasPermission(config.mod.show_ip, board.uri) %} - [{{ post.ip|cloak_ip }}] +{% if post.mod and post.mod|hasPermission(config.mod.show_ip, board.uri) %} + [{{ post.ip|cloak_ip }}] {% endif %}