Skip to content

Commit

Permalink
Merge pull request #4642 from hailwood/patch-1
Browse files Browse the repository at this point in the history
DOCS Remove extra set of li's
  • Loading branch information
dhensby committed Oct 3, 2015
2 parents 92970f8 + 5e68512 commit fa878b1
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -17,11 +17,11 @@ top level menu with a nested second level using the `Menu` loop and a `Children`

<% if $LinkOrSection == section %>
<% if $Children %>
<li><ul class="secondary">
<ul class="secondary">
<% loop $Children %>
<li class="$LinkingMode"><a href="$Link">$MenuTitle</a></li>
<% end_loop %>
</ul></li>
</ul>
<% end_if %>
<% end_if %>
</li>
Expand All @@ -31,4 +31,4 @@ top level menu with a nested second level using the `Menu` loop and a `Children`
## Related

* [Template Syntax](../syntax)
* [Common Variables](../common_variables)
* [Common Variables](../common_variables)

0 comments on commit fa878b1

Please sign in to comment.