CODE
$pad($rgb(255,255,0)Artist,10).
It will return "Artist." but it should return "Artist ." (with spaces inbetween).
The reason is that $pad() counts the $rgb() characters. Most of the time it can be fixed by placing the $rgb() before the $pad, rather than inside it, but in a few cases I wasn't able to. It will return "Artist." but it should return "Artist ." (with spaces inbetween).
Such as this:
$pad($repeat($rgb(255,0,0)♥,$get(rating)),5,·)
