Allow using tags inside <source> (e.g. to colorize source code)

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113238 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
abarantsev
2003-03-31 06:19:01 +00:00
parent 4eb54644b1
commit cab181e7d5

View File

@@ -415,7 +415,7 @@
<jsl:template match="source" trim="false">
<div id="source">
<pre><x:expr select="."/></pre>
<pre><x:copyOf select="."/></pre>
</div>
</jsl:template>