Removes space after bar |

This commit is contained in:
Your Name 2021-10-06 23:17:07 +02:00
parent 7ad0f7e635
commit afdd7419b3

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>