diff --git a/files/templates/submission.html b/files/templates/submission.html
index 43c4b0143..465d45eb9 100644
--- a/files/templates/submission.html
+++ b/files/templates/submission.html
@@ -92,7 +92,7 @@
{% if comment_info and not comment_info.is_banned and not linked_comment.deleted_utc > 0 %}
-
{{'@'+comment_info.author.username}} comments on "{{p.realtitle(v)}} - {{'SITE_NAME' | app_config}}"
+{{'@'+comment_info.author.username}} comments on "{{p.title}} - {{'SITE_NAME' | app_config}}"
@@ -121,7 +121,7 @@
{% endif %}
{% else %}
-{{p.realtitle(v)}} - {{'SITE_NAME' | app_config}}
+{{p.title}} - {{'SITE_NAME' | app_config}}