@syncfusion/ej2-base 23.1.36 → 23.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.
@@ -9993,7 +9993,7 @@ var SanitizeHtmlHelper = /** @__PURE__ @class */ (function () {
9993
9993
  this.removeXssAttrs();
9994
9994
  var tempEleValue = this.wrapElement.innerHTML;
9995
9995
  this.removeElement();
9996
- return tempEleValue.replace('&', '&');
9996
+ return tempEleValue.replace(/&/g, '&');
9997
9997
  };
9998
9998
  SanitizeHtmlHelper.removeElement = function () {
9999
9999
  // Removes an element's attibute to avoid html tag validation