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

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

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

Loading…
Cancel
Save