[DEV-6947] Allow param values to remove underscores

master
Joseph Frazer 2020-01-29 13:52:20 -05:00
parent 0db05c442c
commit f2cbc5f8ad
1 changed files with 4 additions and 0 deletions

View File

@ -1149,6 +1149,10 @@
<value-of select="translate( $str, '-', '' )" />
</when>
<when test="@rmunderscore">
<value-of select="translate( $str, '_', '' )" />
</when>
<!-- do nothing -->
<otherwise>
<value-of select="$str" />