PR: MNG-1030

Submitted by: Edwin Punzalan
fix indentation of nav items


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321334 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-15 13:25:47 +00:00
parent 3f2e891c1b
commit 2df01ca71f
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,6 @@
#else
<a href="$currentItemHref">$item.getAttribute( "name" )</a>
#end
</li>
#if ( $item && $item.getChildren() && $item.getChildCount() > 0 )
#set ( $display = false )
#set ( $itemTmp = $item )
@ -97,6 +96,7 @@
</ul>
#end
#end
</li>
#end
#macro ( mainMenu )