From cdf1e6a26780d69687b2630c9d542cbb3dc4187f Mon Sep 17 00:00:00 2001 From: Benjamin Southall Date: Thu, 1 Jun 2017 07:16:54 +0900 Subject: [PATCH] Change formatting for Unique IPs summary information. --- 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 4ad08862..5bcdbe20 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -96,7 +96,7 @@ {% include 'post_reply.html' %} {% endfor %} {% if mod and not index %} -

Unique IPs: {{ iparray|length }}

+
Unique IPs: {{ iparray|length }}
{% endif %}
{% if hr %}
{% endif %}