Change formatting for Unique IPs summary information.

This commit is contained in:
Benjamin Southall 2017-06-01 07:16:54 +09:00
parent 16e35bc5b1
commit 4b4921cf53

View file

@ -96,7 +96,7 @@
{% include 'post_reply.html' %}
{% endfor %}
{% if mod and not index %}
<p>Unique IPs: {{ iparray|length }} </p>
<div id="uniqueip"><span style="display: block; float: left;">Unique IPs: {{ iparray|length }} </span></div>
{% endif %}
<br class="clear"/>{% if hr %}<hr/>{% endif %}
</div>