mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
added space after reps in topic.tpl and topic.js
This commit is contained in:
@@ -427,8 +427,8 @@
|
||||
ptotal += value;
|
||||
utotal += value;
|
||||
|
||||
post_rep.html(ptotal);
|
||||
user_rep.html(utotal);
|
||||
post_rep.html(ptotal+ ' ');
|
||||
user_rep.html(utotal+ ' ');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user