From af8b645b2395cf0d3ac0e6202d2fe1793f74e140 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 6 Oct 2021 23:15:46 +0200 Subject: [PATCH] Adds bar | to unique IP counter --- 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 9da3b291..aab48246 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 %}