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