Fix Bug 54548
This commit is contained in:
parent
770433bd88
commit
a44492926c
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue