@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
@@ -15610,9 +15610,9 @@ class HtmlUtil {
|
|
15610
15610
|
|
15611
15611
|
html_others += htmlSection;
|
15612
15612
|
}
|
15613
|
-
});
|
15614
|
-
if (
|
15615
|
-
|
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
|
|