David Pinto Profile Topics Started Replies Created Search replies: Forum Replies Created Viewing 1 post (of 1 total) Author Posts November 15, 2017 at 12:50 am in reply to: Space before comma after date #1383276 David PintoParticipant In the end i had to solve the issue using jQuery. $(‘[data-title=”Score”]’).text(function( index,text ) { return text.replace(/ \,/g, ‘,’); //or .replace(” ,”, ‘,’); for single occurence }); Author Posts Viewing 1 post (of 1 total)