o MAVEN-283: Fix extraneous whitespace problems
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113053 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -379,12 +379,8 @@
|
||||
<j:set var="linkCount" value="1"/>
|
||||
<x:forEach var="link" select="item">
|
||||
<j:if test="${linkCount != 1}">|</j:if>
|
||||
<j:set var="_name">
|
||||
<x:expr select="@name"/>
|
||||
</j:set>
|
||||
<j:set var="_link">
|
||||
<x:expr select="@href"/>
|
||||
</j:set>
|
||||
<j:set var="_name"><x:expr select="@name"/></j:set>
|
||||
<j:set var="_link"><x:expr select="@href"/></j:set>
|
||||
<doc:itemLink name="${_name}" link="${_link}"/>
|
||||
<j:set var="linkCount" value="${1+linkCount}"/>
|
||||
</x:forEach>
|
||||
|
||||
Reference in New Issue
Block a user