Small bug in appthemes_categories_list function
Hi, I have a problem with
This "li" in appthemes_categories_list function, found it in framework - kernel - functions.php
Code:
<li class="maincat cat-item-11">
its being closed after
Code:
<ul class="subcat-list"></ul>
</li>
The output looks fine although I have a small problem using sprites for my categories since cat-item-11 is spreading across the entire category list.
You can reproduce this bug right on the category list on front page.