Skip to content

Commit

Permalink
Added comma separation by default when rendering sequences.
Browse files Browse the repository at this point in the history
  • Loading branch information
rousso committed Dec 7, 2023
1 parent 0760050 commit 35c7b50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Available variables:
- expression: The variable expression to render
-->
<span class="value"><xsl:value-of select="${expression}"/></span>
<span class="value"><xsl:value-of separator=", " select="${expression}"/></span>

0 comments on commit 35c7b50

Please sign in to comment.