<li id="linkcat-3"><h2>Category</h2>
<ul>
<li>link</li>
<li>link</li>
<li>link</li>
<li>link</li>
</ul>
</li>
Thats how my menues are being shown, but all the WP blogs I've checked show up as
<h2>Category</h2>
<ul>
<li>link</li>
<li>link</li>
<li>link</li>
<li>link</li>
</ul>
Which is how its supposed to work. I haven't edited any php files, only the templates. How do I make it work like it should?