Merge pull request #1424 from ONLYOFFICE/feature/bug-fixes

Fix Bug 54548
This commit is contained in:
maxkadushkin 2021-12-18 22:20:06 +03:00 committed by GitHub
commit 261a4dc56e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(),