commit
1a32346622
|
@ -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