LOL.. It's 2012??!!!??
I'll correct that in the next release.
If you're using DBTech's posbit tabs, the view should be changed to this..
Code:
<vb:if condition="$vboptions[osb_hide]">
<img class="{vb:raw $post.osb_sysicon}" src="clear.gif" alt="" /> <img class="{vb:raw $post.osb_icon}" src="clear.gif" alt="" />
<vb:else />
<img class="{vb:raw $post.osb_sysicon}" src="clear.gif" alt="{vb:raw $post.osb_system}" /> <img class="{vb:raw $post.osb_icon}" src="clear.gif" alt="{vb:raw $post.osb_browser}" />
</vb:if>