diff --git a/js/thread-stats.js b/js/thread-stats.js index 7fd2ac1f..db804f1f 100644 --- a/js/thread-stats.js +++ b/js/thread-stats.js @@ -22,7 +22,7 @@ $(document).ready(function(){ el.prepend('0 UIDs | '); } el.prepend('0 images | '); - el.prepend('0 replies | '); + el.prepend('| 0 replies | '); delete el; function update_thread_stats(){ var op = $('#thread_'+ thread_id).find('div.post.op:not(.post-hover):not(.inline)').first(); diff --git a/templates/post_thread.html b/templates/post_thread.html index 9df3f2fb..bdb4863e 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -100,7 +100,7 @@ {% endfor %}
{% if not index %} -
Unique IPs: {{ iparray|length }} |
+
Unique IPs: {{ iparray|length }}
{% endif %} {% if hr %}
{% endif %}