diff --git a/templates/post/ip.html b/templates/post/ip.html
index cd53f67a..1c3b87ad 100644
--- a/templates/post/ip.html
+++ b/templates/post/ip.html
@@ -1,5 +1,5 @@
{% if post.mod and post.mod|hasPermission(config.mod.show_ip, board.uri) %}
- [{{ post.ip }}]
+ [{{ post.ip }}]
{% elseif post.mod and post.mod|hasPermission(config.mod.show_ip_less, board.uri) %}
[{{ post.ip|less_ip }}]
{% endif %}