Browse Source

Removes space after bar |

pull/45/head
Your Name 3 years ago
parent
commit
ff0e0b8395
  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