diff --git a/templates/post/poster_id.html b/templates/post/poster_id.html
index e98187fa..51f0624f 100644
--- a/templates/post/poster_id.html
+++ b/templates/post/poster_id.html
@@ -1,7 +1,7 @@
{% if config.poster_ids %}
{% if post.thread %}
- {{ post.ip|poster_id(post.thread) }}
+ {{ post.ip|poster_id(post.thread) }}
{% else %}
- {{ post.ip|poster_id(post.id) }}
+ {{ post.ip|poster_id(post.id) }}
{% endif %}
{% endif %}
diff --git a/templates/post/time.html b/templates/post/time.html
index 24d18616..e6273f94 100644
--- a/templates/post/time.html
+++ b/templates/post/time.html
@@ -1 +1 @@
-
+
diff --git a/templates/post_reply.html b/templates/post_reply.html
index 76b65e05..bf6ddd1f 100644
--- a/templates/post_reply.html
+++ b/templates/post_reply.html
@@ -10,7 +10,6 @@
{% include 'post/ip.html' %}
{% include 'post/flag.html' %}
-
{% include 'post/poster_id.html' %}
-
{% include 'post/poster_id.html' %}