Adds bar | to unique IP counter

This commit is contained in:
Your Name 2021-10-06 23:15:46 +02:00
parent 704ba15ced
commit 7ad0f7e635

View file

@ -100,7 +100,7 @@
{% endfor %} {% endfor %}
<br class="clear"/> <br class="clear"/>
{% if not index %} {% if not index %}
<div id="uniqueip"><span>Unique IPs: {{ iparray|length }} </span></div> <div id="uniqueip"><span>Unique IPs: {{ iparray|length }} | </span></div>
{% endif %} {% endif %}
{% if hr %}<hr/>{% endif %} {% if hr %}<hr/>{% endif %}
</div> </div>