From 34a5f2ea7622855db2cd482c7ee2f4ba9a903be8 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 19 Oct 2021 16:32:22 +0300 Subject: [PATCH] Fix Bug 53205 --- apps/common/main/lib/view/Header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/lib/view/Header.js b/apps/common/main/lib/view/Header.js index 7a34a81933..47b26e003a 100644 --- a/apps/common/main/lib/view/Header.js +++ b/apps/common/main/lib/view/Header.js @@ -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 });