Inconsistency in the <li> tags for the multilevel view

I only fixed it in index.html to demonstrate the minor fix but it should be fixed in every page
(The first tag wasn't closed and formatting was different from all your other sidebar levels
pull/181/head
Patrick Pei 2016-06-01 09:59:58 -05:00
parent 6f90d7cc13
commit c686c204f6
1 changed files with 6 additions and 10 deletions

View File

@ -131,19 +131,15 @@
</li>
<li><a><i class="fa fa-sitemap"></i> Multilevel Menu <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li><a href="#level1_1">Level One</a>
<li><a href="#level1_1">Level One</a></li>
<li><a>Level One<span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li class="sub_menu"><a href="level2.html">Level Two</a>
</li>
<li><a href="#level2_1">Level Two</a>
</li>
<li><a href="#level2_2">Level Two</a>
</li>
<li class="sub_menu"><a href="level2.html">Level Two</a></li>
<li><a href="#level2_1">Level Two</a></li>
<li><a href="#level2_2">Level Two</a></li>
</ul>
</li>
<li><a href="#level1_2">Level One</a>
</li>
<li><a href="#level1_2">Level One</a></li>
</ul>
</li>
<li><a href="javascript:void(0)"><i class="fa fa-laptop"></i> Landing Page <span class="label label-success pull-right">Coming Soon</span></a></li>
@ -1281,4 +1277,4 @@
</script>
<!-- /gauge.js -->
</body>
</html>
</html>