Skip to content

Commit

Permalink
Merge pull request #125 from Jahia/QA-15178
Browse files Browse the repository at this point in the history
QA-15178: remove useless call to fn:escapeXml causing encoding issue
  • Loading branch information
jsinovassin authored Nov 29, 2024
2 parents 5681157 + beb35b3 commit 80761bf
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 80761bf

Please sign in to comment.