From ff0e0b8395a4935a920af6ebeab419fc73bc0735 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 6 Oct 2021 23:17:07 +0200 Subject: [PATCH] Removes space after bar | --- templates/post_thread.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/post_thread.html b/templates/post_thread.html index aab48246..9df3f2fb 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -100,7 +100,7 @@ {% endfor %}
{% if not index %} -
Unique IPs: {{ iparray|length }} |
+
Unique IPs: {{ iparray|length }} |
{% endif %} {% if hr %}
{% endif %}