@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.
@@ -10127,7 +10127,7 @@ var DetailsView = /** @__PURE__ @class */ (function () {
10127
10127
  field: 'name', headerText: getLocaleText(this.parent, 'Name'), width: 'auto', minWidth: 120, headerTextAlign: 'Left',
10128
10128
  template: initializeCSPTemplate(function (data) {
10129
10129
  var name = enableHtmlSanitizer ? SanitizeHtmlHelper.sanitize(data.name) : data.name;
10130
- return "<div class=\"e-fe-text\">" + name + "</div><div class=\"e-fe-date\">" + data._fm_modified + "</div>' +\n '<span class=\"e-fe-size\">" + data.size + "</span>";
10130
+ 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>";
10131
10131
  })
10132
10132
  }
10133
10133
  ];