diff --git a/files/templates/comments.html b/files/templates/comments.html
index 8100014e5..dfd050576 100644
--- a/files/templates/comments.html
+++ b/files/templates/comments.html
@@ -131,7 +131,7 @@
{% if c.post %}
{% set sub = c.post.sub %}
{% if sub and c.author.exiled_from(sub) %}
-
+
{% endif %}
{% endif %}
diff --git a/files/templates/submission.html b/files/templates/submission.html
index f9d7b1494..d53ad54c7 100644
--- a/files/templates/submission.html
+++ b/files/templates/submission.html
@@ -629,7 +629,7 @@
{% endif %}
{% if p.sub and p.author.exiled_from(p.sub) %}
-
+
{% endif %}
{% if p.bannedfor %}
diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html
index 76254ac42..c7488e78c 100644
--- a/files/templates/submission_listing.html
+++ b/files/templates/submission_listing.html
@@ -122,7 +122,7 @@
{% endif %}
{% if p.sub and p.author.exiled_from(p.sub) %}
-
+
{% endif %}
{% if p.bannedfor %}