Removes space after bar |

This commit is contained in:
Your Name 2021-10-06 23:17:07 +02:00
parent af8b645b23
commit ff0e0b8395

View File

@ -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>