@syncfusion/ej2-base 20.1.56 → 20.1.57

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.
@@ -9262,7 +9262,7 @@ class SanitizeHtmlHelper {
9262
9262
  this.removeXssAttrs();
9263
9263
  const tempEleValue = this.wrapElement.innerHTML;
9264
9264
  this.removeElement();
9265
- return tempEleValue;
9265
+ return tempEleValue.replace('&', '&');
9266
9266
  }
9267
9267
  static removeElement() {
9268
9268
  // Removes an element's attibute to avoid html tag validation