@innovastudio/contentbuilder 1.3.83 → 1.3.84
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
@@ -77357,8 +77357,8 @@ class ContentBuilder {
|
|
77357
77357
|
this.shortenOutput = shortenOutput;
|
77358
77358
|
let html = this.html();
|
77359
77359
|
this.makeAbsolute = false;
|
77360
|
-
|
77361
|
-
|
77360
|
+
this.shortenOutput = false;
|
77361
|
+
output = pageTemplate.replace('[%CONTENT%]', html); // Custom
|
77362
77362
|
|
77363
77363
|
if (options.replace) {
|
77364
77364
|
options.replace.forEach(rule => {
|