I've got a Druapl-based website with a blog. I'm using a custom view block to list the different tags I've assigned to my posts. Although it lists them just fine (links work fine too), I'm getting alot of duplicates. For example, if I tag 3 differents posts with "sometag", then my block lists "sometag" 3 times in a row.
How do I fix this so each tag only appears ONCE in the block?
View export (in PHP): http://pastebin.com/m7b4724b7
View screenshot: http://i49.tinypic.com/2vmsthk.gif
Thanks!