dl class for hidden discussions?

trying to style the listing of a hidden discussion, but im having trouble (i dont like the text prefixes, so i am adding images based on discussion status).
other discussion status lables will add another class to the dl of the thread, but this doesnt happen for hidden discussions.
bug?
workarounds?
other discussion status lables will add another class to the dl of the thread, but this doesnt happen for hidden discussions.
bug?
workarounds?
0
This discussion has been closed.
Comments
Open up library/Vanilla.Discussion.class.php
Changes lines 131 to 133 from this: To this:
if ($this->Active === 0) $sReturn = " Hidden";
man, i am modding the core files of this release so much, the next rev is gonna kill me.