@innovastudio/contentbuilder 1.4.16 → 1.4.17

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.4.16",
4
+ "version": "1.4.17",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -15610,9 +15610,9 @@ class HtmlUtil {
15610
15610
 
15611
15611
  html_others += htmlSection;
15612
15612
  }
15613
- });
15614
- if (html_footer !== '') html_footer = '<!---FOOTER--->\n' + html_footer;
15615
- if (html_others !== '') html_others = '<!---OTHERS--->\n' + html_others;
15613
+ }); // if (html_footer !== '') html_footer = '<!---FOOTER--->\n' + html_footer;
15614
+ // if (html_others !== '') html_others = '<!---OTHERS--->\n' + html_others;
15615
+
15616
15616
  let contentbox = document.querySelector('[data-contentbox]');
15617
15617
  let disableStaticSection = false;
15618
15618