tnx-shared 5.8.3 → 5.8.4

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.
@@ -60464,7 +60464,7 @@
60464
60464
  }
60465
60465
  _a.label = 4;
60466
60466
  case 4:
60467
- pastedData = p1 + '<img src=' + imageUploaded[i] + '/>' + p2;
60467
+ pastedData = p1 + '<img src="' + imageUploaded[i] + '"/>' + p2;
60468
60468
  index = pastedData.indexOf('<v:imagedata ');
60469
60469
  i++;
60470
60470
  _a.label = 5;
@@ -60507,7 +60507,7 @@
60507
60507
  case 17:
60508
60508
  uploadImage = _b.sent();
60509
60509
  if (typeof uploadImage == 'string') {
60510
- result += '<img src=' + this._fileObjectService.getUrlImage(uploadImage) + '/>';
60510
+ result += '<img src="' + this._fileObjectService.getUrlImage(uploadImage) + '"/>';
60511
60511
  }
60512
60512
  else {
60513
60513
  this._notifierService.showWarning('Upload file thất bại');