diff --git a/public/templates/topic.tpl b/public/templates/topic.tpl
index 30772d93e7..1205b39cae 100644
--- a/public/templates/topic.tpl
+++ b/public/templates/topic.tpl
@@ -19,7 +19,7 @@
{posts.content}
-
posted by
{posts.username} {posts.relativeTime} ago
+
posted by
{posts.username} {posts.relativeTime} ago
@@ -116,7 +116,7 @@
usercount = usernames.length;
for (var i = 0, ii=usercount; i' + '' + usernames[i] + '';
+ usernames[i] = '' + '' + usernames[i] + '';
}
// headexplosion.gif for fun, to see if I could do this in one line of code. feel free to refactor haha