I want to display the category whitelisted tags and I found out how.
<span>{../tagWhitelist}</span>
The only problem is that the tags have no space after commas, like "abcd,efgh,ijkl" instead of "abcd, efgh, ijkl".
Is it possible to change this somehow?