Skip to content

Commit

Permalink
UBO-381 Added leading brace to role when role is interviewer (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
Possommi authored Dec 11, 2024
1 parent cd4eefb commit 55e9530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubo-common/src/main/resources/xsl/mods-display.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
</xsl:call-template>
<xsl:call-template name="output.line">
<xsl:with-param name="selected" select="mods:name[mods:role/mods:roleTerm='ivr']" />
<xsl:with-param name="after" select="concat(' ',i18n:translate('ubo.interviewer.abbreviated'),': ')" />
<xsl:with-param name="after" select="concat(' (',i18n:translate('ubo.interviewer.abbreviated'),'):')" />
<xsl:with-param name="mode" select="$mode" />
<xsl:with-param name="class" select="'interviewer'" />
</xsl:call-template>
Expand Down

0 comments on commit 55e9530

Please sign in to comment.