I could have sworn I committed this yesterday. It possibly fixes a case where the

current.value is null.  Had some reports on the mailing list which were having unspecified
errors with getText.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113341 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
bwalding
2003-04-13 11:12:38 +00:00
parent 066535fd56
commit fbe92b3d25

View File

@@ -59,11 +59,13 @@
<j:otherwise>
N/A
</j:otherwise>
<p/>
</j:choose>
<p/>
<j:if test="${current.value() != null}">
<code>
${htmlescape.getText(current.value())}
</code>
</j:choose>
</j:if>
</define:tag>
</define:taglib>