Skip to content

Commit

Permalink
fix nesting of menu-level
Browse files Browse the repository at this point in the history
  • Loading branch information
cloph committed Feb 13, 2012
1 parent 108cef7 commit a420fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libo/templates/Includes/SideBar.ss
Expand Up @@ -6,8 +6,8 @@
<% end_control %></ul><% end_if %>
</li><% end_control %>
</ul><% end_if %><% else %>
<% if Level(2) %><% if Menu(2) %>
<ul id="ThirdNavigation"><% control Menu(2) %>
<% if Level(2) %><% if Menu(3) %>
<ul id="ThirdNavigation"><% control Menu(3) %>
<li class="$LinkingMode"><a href="$Link" title=<% sprintf(_t('Navigation.GOTOPAGE','"Go to the %s page"'),$Title.XML) %> class="$LinkingMode levela"><span>$MenuTitle.XML<% if LinkOrSection == section %> »<% end_if %></span></a><% if Children %>
<ul class="sub"><% control Children %>
<li><a href="$Link" title=<% sprintf(_t('Navigation.GOTOPAGE','"Go to the %s page"'),$Title.XML) %> class="$LinkingMode levelb"><span>$MenuTitle.XML</span></a></li>
Expand Down

0 comments on commit a420fd5

Please sign in to comment.