commit
1a32346622
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue