mirror of https://github.com/apache/maven.git
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:
parent
3f2e891c1b
commit
2df01ca71f
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue