@syncfusion/ej2-filemanager 25.1.37 → 25.1.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9918,8 +9918,7 @@ class DetailsView {
9918
9918
  field: 'name', headerText: getLocaleText(this.parent, 'Name'), width: 'auto', minWidth: 120, headerTextAlign: 'Left',
9919
9919
  template: initializeCSPTemplate(function (data) {
9920
9920
  const name = enableHtmlSanitizer ? SanitizeHtmlHelper.sanitize(data.name) : data.name;
9921
- return `<div class="e-fe-text">${name}</div><div class="e-fe-date">${data._fm_modified}</div>' +
9922
- '<span class="e-fe-size">${data.size}</span>`;
9921
+ return `<div class="e-fe-text">${name}</div><div class="e-fe-date">${data._fm_modified}</div><span class="e-fe-size">${data.size}</span>`;
9923
9922
  })
9924
9923
  }
9925
9924
  ];