From a44492926c7529c75297e1a3e40e8a35fe41d9a5 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Fri, 17 Dec 2021 18:09:16 +0400 Subject: [PATCH] Fix Bug 54548 --- apps/common/mobile/lib/controller/collaboration/Comments.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/mobile/lib/controller/collaboration/Comments.jsx b/apps/common/mobile/lib/controller/collaboration/Comments.jsx index 8faa8277c..47a72a6b6 100644 --- a/apps/common/mobile/lib/controller/collaboration/Comments.jsx +++ b/apps/common/mobile/lib/controller/collaboration/Comments.jsx @@ -187,7 +187,7 @@ class CommentsController extends Component { uid : id, userId : data.asc_getUserId(), userName : userName, - parsedName : Common.Utils.String.htmlEncode(parsedName), + parsedName, userColor : (user) ? user.asc_getColor() : null, date : dateToLocaleTimeString(date), quote : data.asc_getQuoteText(),