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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user