From 5e68512e1ceba4722f9d742cfc6db68f06f37b57 Mon Sep 17 00:00:00 2001 From: Matthew Hailwood Date: Wed, 30 Sep 2015 14:19:20 +1300 Subject: [PATCH] Remove extra set of li's --- .../01_Templates/How_Tos/01_Navigation_Menu.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/02_Developer_Guides/01_Templates/How_Tos/01_Navigation_Menu.md b/docs/en/02_Developer_Guides/01_Templates/How_Tos/01_Navigation_Menu.md index 7330c689ada..eb555312dfb 100644 --- a/docs/en/02_Developer_Guides/01_Templates/How_Tos/01_Navigation_Menu.md +++ b/docs/en/02_Developer_Guides/01_Templates/How_Tos/01_Navigation_Menu.md @@ -17,11 +17,11 @@ top level menu with a nested second level using the `Menu` loop and a `Children` <% if $LinkOrSection == section %> <% if $Children %> -
  • <% end_if %> <% end_if %>
  • @@ -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) \ No newline at end of file +* [Common Variables](../common_variables)