Is there an error in get_the_tag_list()?
There is a possibility, that this string has been already translated and WP is displaying the translation, which has another format. Try to pass a comma without a function, or take look at _x, where you can specify the context, you are translating. EDIT /** * Function fixes unknown issue of an unusual space in … Read more