Fix Bug 53205

This commit is contained in:
Julia Radzhabova 2021-10-19 16:32:22 +03:00
parent ae6c2fb9b3
commit 34a5f2ea76

View file

@ -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
});