diff --git a/files/templates/userpage.html b/files/templates/userpage.html
index f2c91ce3f..98add7ccd 100644
--- a/files/templates/userpage.html
+++ b/files/templates/userpage.html
@@ -696,7 +696,7 @@
{% if v %}
{% if v.patron or u.patron %}0{% else %}0.03{% endif %}
-
+
{{u.username}}
{% endif %}
diff --git a/files/templates/userpage_comments.html b/files/templates/userpage_comments.html
index a236adc1e..f3430e37a 100644
--- a/files/templates/userpage_comments.html
+++ b/files/templates/userpage_comments.html
@@ -110,7 +110,7 @@
{% if v %}
{% if v.patron or u.patron %}0{% else %}0.03{% endif %}
-
+
{{u.username}}
{% endif %}
diff --git a/files/templates/userpage_private.html b/files/templates/userpage_private.html
index 0673eb16b..6b91d1a1d 100644
--- a/files/templates/userpage_private.html
+++ b/files/templates/userpage_private.html
@@ -44,7 +44,7 @@
{% if v %}
{% if v.patron or u.patron %}0{% else %}0.03{% endif %}
-
+
{{u.username}}
{% endif %}