Running v2.1.3 - Build: 20110411. I’m using nested styles for a list of links in a category tag, like so:
{exp:channel:categories channel="book-reading" style="nested" class="category-nav" show="19|20|21"}
<a href="http://{path=book-readings/type}">{category_name}</a>
{/exp:channel:categories}My category name is type. Even though I’ve defined a class, the default id “nav_categories” shows up inside the <ul> when I view source?