From b4b13e89a8ffb326c46bc28449c0ee44f26aa0b6 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 7 Jan 2025 19:30:49 +0100 Subject: [PATCH] ip.html: wrap ip in span --- templates/post/ip.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/post/ip.html b/templates/post/ip.html index 3ff132d3..d3af1b71 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 }}] + [{{ post.ip|cloak_ip }}] {% endif %}