fix bug 76016

This commit is contained in:
konstantin.kireyev
2025-07-22 23:50:54 +06:00
parent 93537d79fb
commit bcf9385b66
4 changed files with 8 additions and 0 deletions

View File

@ -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>' +