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

v1.18.x
Baris Usakli 13 years ago
parent 0494718456
commit 07ceabd371

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

Loading…
Cancel
Save