Fix Bug 53205
This commit is contained in:
parent
ae6c2fb9b3
commit
34a5f2ea76
|
@ -737,7 +737,7 @@ define([
|
||||||
this.btnUserName.updateHint(name);
|
this.btnUserName.updateHint(name);
|
||||||
} else if (this.elUserName) {
|
} else if (this.elUserName) {
|
||||||
this.elUserName.tooltip({
|
this.elUserName.tooltip({
|
||||||
title: name,
|
title: Common.Utils.String.htmlEncode(name),
|
||||||
placement: 'cursor',
|
placement: 'cursor',
|
||||||
html: true
|
html: true
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue