diff --git a/UI/WebServerResources/js/Contacts/card-model.js b/UI/WebServerResources/js/Contacts/card-model.js index c219eed8b..6801cebd5 100644 --- a/UI/WebServerResources/js/Contacts/card-model.js +++ b/UI/WebServerResources/js/Contacts/card-model.js @@ -249,7 +249,7 @@ var fullname = this.$fullname(), email = this.$preferredEmail(partial); if (email && email != fullname) - fullname += ' (' + email + ')'; + fullname += ' <' + email + '>'; return fullname; };