Markup tags were ignored in description

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@326668 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2005-10-19 20:03:27 +00:00
parent a3639e678a
commit b75971d7ce

View File

@ -134,8 +134,7 @@
<jsl:applyTemplates select="description"/>
</x:if>
<x:if select="not($currentAction/description)">
<x:set var="text" select="string(.)"/>
${text}
<jsl:applyTemplates trim="false"/>
</x:if>
<j:useBean var="finder" class="org.apache.maven.changes.IssueFinder"/>