mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
fix bug 76016
This commit is contained in:
@ -1087,6 +1087,8 @@ define([], function () {
|
||||
value = value ? this.txtYes : this.txtNo;
|
||||
} else if (type === AscCommon.c_oVariantTypes.vtFiletime) {
|
||||
value = this.dateToString(new Date(value), true);
|
||||
} else {
|
||||
value = Common.Utils.String.htmlEncode(value);
|
||||
}
|
||||
|
||||
return '<tr data-custom-property>' +
|
||||
|
||||
Reference in New Issue
Block a user