From 07ceabd371853de79c1153bd34b8c55ceeaa5856 Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Wed, 26 Jun 2013 15:55:17 -0400 Subject: [PATCH] added space after reps in topic.tpl and topic.js --- public/src/forum/topic.js | 4 ++-- public/templates/topic.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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