diff --git a/apps/common/main/lib/view/Header.js b/apps/common/main/lib/view/Header.js index 7a34a8193..47b26e003 100644 --- a/apps/common/main/lib/view/Header.js +++ b/apps/common/main/lib/view/Header.js @@ -737,7 +737,7 @@ define([ this.btnUserName.updateHint(name); } else if (this.elUserName) { this.elUserName.tooltip({ - title: name, + title: Common.Utils.String.htmlEncode(name), placement: 'cursor', html: true });