John, On only the last item in a menu, the closing Level1-Item content is not being rendered. This is the template line ... [ /Level1-Item[ IIF({ Tab.IsActive }='True', < /span>)< /li>) ]] this is what I get... < li id="SubTabs-2866" > < a title="My Title" href="/Default.aspx" class="SelectedItem">My Title< /a>< span class="SelectedGroup">
< /span>< /li>
< /ul> The strike through indicates the missing HTML from the template line above. Again, only on the last item. The rest of the menu items, including those with and without children, render as expected. |