mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-29 02:07:36 +00:00
Fix handling of decoding contacts UID
A problem occurs when the contact UID contains a special character that was HTML encoded (ex: space, &, ").
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
</div>
|
||||
<ul id="userList">
|
||||
<var:foreach list="usersForObject" item="currentUser"
|
||||
><li var:id="currentUser" var:class="currentUserClass">
|
||||
><li var:id="currentUser.stringByEscapingHTMLString" var:class="currentUserClass">
|
||||
<span class="userFullName"
|
||||
><var:string value="currentUserDisplayName"
|
||||
/></span>
|
||||
|
||||
Reference in New Issue
Block a user