Voting plugin — hiding "empty" votes in the topic list?

Is there an easy way to make it so “0 votes” isn’t displayed in the topic listing, but that indicator shown only when there is at least 1 vote? For a busy category with the “distribute votes to your top concerns” model, there will always be a lot of zeroes and that doesn’t look great.

There wasn’t, but there is now!

This commit allows you to do:

.vote-count-0 {
  display: none;
}