diff --git a/files/templates/comments.html b/files/templates/comments.html
index de511e567..5728b9cdf 100644
--- a/files/templates/comments.html
+++ b/files/templates/comments.html
@@ -210,7 +210,7 @@
{% if c.author.verified %}
{% endif %}
- {{c.author.username}}
+
{{c.author.username}}
{% if c.author.customtitle %} {% if c.author.quadrant %}
{% endif %}{{c.author.customtitle | safe}}{% endif %}
{% if c.parent_comment_id and not standalone and level != 1 %}{{ c.parent_comment.author.username }}{% endif %}
diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html
index 4e3301bf6..5958538c2 100644
--- a/files/templates/submission_listing.html
+++ b/files/templates/submission_listing.html
@@ -193,7 +193,7 @@
{% if p.active_flags %}{{p.active_flags}} Reports{% endif %}
{% if p.author.verified %}
{% endif %}
-
{{p.author.username}}{% if p.author.customtitle %} {% if p.author.quadrant %}
{% endif %}{{p.author.customtitle | safe}}{% endif %}
+
{{p.author.username}}{% if p.author.customtitle %} {% if p.author.quadrant %}
{% endif %}{{p.author.customtitle | safe}}{% endif %}
{{p.age_string}}
({% if p.is_image %}image post{% elif p.is_video %}video post{% elif p.realurl(v) %}{{p.domain}}{% else %}text post{% endif %})
@@ -523,7 +523,7 @@
{% if p.is_image and not p.over_18 and ((v and v.cardview) or (not v and environ.get('CARD_VIEW') == '1')) %}