Merge pull request #1254 from ONLYOFFICE/fix/bugfix

Fix Bug 53205
This commit is contained in:
Julia Radzhabova 2021-10-19 16:54:20 +03:00 committed by GitHub
commit 1a32346622
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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