set the default value of state in itemLink tag to none.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -179,6 +179,9 @@
|
||||
@state - expanded / collapsed / none
|
||||
-->
|
||||
<a href="${pathTool.calculateLink(link,relativePath)}">
|
||||
<j:if test="${empty(state)}">
|
||||
<j:set var="state" value="none"/>
|
||||
</j:if>
|
||||
<img class="handle" src="${relativePath}/images/${state}.png" alt=""/>
|
||||
<j:if test="${empty(img)}">${name}</j:if>
|
||||
<j:if test="${!empty(img)}"><img style="border: 1px" src="${img}" title="${name}" alt="${name}"/></j:if>
|
||||
|
||||
Reference in New Issue
Block a user