diff --git a/public/src/forum/topic.js b/public/src/forum/topic.js index 3e65275d77..5f22e626d2 100644 --- a/public/src/forum/topic.js +++ b/public/src/forum/topic.js @@ -427,8 +427,8 @@ ptotal += value; utotal += value; - post_rep.html(ptotal); - user_rep.html(utotal); + post_rep.html(ptotal+ ' '); + user_rep.html(utotal+ ' '); } diff --git a/public/templates/topic.tpl b/public/templates/topic.tpl index d8f054928b..2a9b880353 100644 --- a/public/templates/topic.tpl +++ b/public/templates/topic.tpl @@ -79,7 +79,7 @@
-
{posts.post_rep}
+
{posts.post_rep}
posted by {posts.username} {posts.relativeTime} ago