Skip to content

Commit

Permalink
QA-15178: remove useless call to fn:escapeXml causing encoding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jsinovassin committed Nov 5, 2024
1 parent 5681157 commit beb35b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@
<i class="material-icons" style="vertical-align:middle">${principalIcon}</i>
</td>
<td>
${fn:escapeXml(user:displayName(member))}
${user:displayName(member)}
</td>
<td>
${fn:escapeXml(user:fullName(member))}
${user:fullName(member)}
</td>
<c:if test="${multipleProvidersAvailable}">
<fmt:message var="i18nProviderLabel" key="providers.${member.providerName}.label"/>
Expand Down

0 comments on commit beb35b3

Please sign in to comment.