Change formatting for Unique IPs summary information.

This commit is contained in:
Benjamin Southall 2017-06-01 07:16:54 +09:00
parent 01577c1222
commit cdf1e6a267

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>