diff --git a/drama/templates/submission.html b/drama/templates/submission.html
index 30532501f..cc020fade 100644
--- a/drama/templates/submission.html
+++ b/drama/templates/submission.html
@@ -235,7 +235,7 @@
{% if p.private %}{% endif %}
{% if p.is_repost %}{% endif %}
{% if p.active_flags %}{{p.active_flags}} Reports{% endif %}
- {% if p.author.is_deleted %}[deleted account]{% else %}
{{p.author.username}}{% if p.author.customtitle %} {{p.author.customtitle | safe}}{% endif %}{% endif %}
+ {% if p.author.is_deleted %}[deleted account]{% else %}
{{p.author.username}}{% if p.author.customtitle %} {{p.author.customtitle | safe}}{% endif %}{% endif %}
{{p.age_string}}
({% if p.realurl(v) %}{{p.domain}}{% else %}text post{% endif %})
diff --git a/drama/templates/submission_listing.html b/drama/templates/submission_listing.html
index 8bda45a44..630dcfc94 100644
--- a/drama/templates/submission_listing.html
+++ b/drama/templates/submission_listing.html
@@ -137,7 +137,7 @@
{% if p.private %}{% endif %}
{% if p.is_repost %} {% endif %}
{% if p.active_flags %}{{p.active_flags}} Reports{% endif %}
- {% if p.author.is_deleted %}[deleted account]{% else %}
{{p.author.username}}{% if p.author.customtitle %} {{p.author.customtitle | safe}}{% endif %}{% endif %}
+ {% if p.author.is_deleted %}[deleted account]{% else %}
{{p.author.username}}{% if p.author.customtitle %} {{p.author.customtitle | safe}}{% endif %}{% endif %}
{{p.age_string}}
({% if p.realurl(v) %}{{p.domain}}{% else %}text post{% endif %})