Browse Source

Adds bar | to unique IP counter

pull/45/head
Your Name 3 years ago
parent
commit
af8b645b23
  1. 2
      templates/post_thread.html

2
templates/post_thread.html

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

Loading…
Cancel
Save