added space after reps in topic.tpl and topic.js

This commit is contained in:
Baris Usakli
2013-06-26 15:55:17 -04:00
parent 0494718456
commit 07ceabd371
2 changed files with 3 additions and 3 deletions

View File

@@ -427,8 +427,8 @@
ptotal += value;
utotal += value;
post_rep.html(ptotal);
user_rep.html(utotal);
post_rep.html(ptotal+ ' ');
user_rep.html(utotal+ ' ');
}