diff --git a/ts/export/packer/packer.ts b/ts/export/packer/packer.ts index 44f7954019..4eabb3708e 100644 --- a/ts/export/packer/packer.ts +++ b/ts/export/packer/packer.ts @@ -47,7 +47,7 @@ export abstract class Packer { });*/ var xmlDocument = xml(this.formatter.format(this.document)); var xmlStyle = xml(this.style); - var xmlProperties = xml(this.formatter.format(this.properties)); + var xmlProperties = xml(this.formatter.format(this.properties), { declaration: { standalone: 'yes', encoding: 'UTF-8' } }); //console.log(JSON.stringify(this.formatter.format(this.document), null, " ")); //console.log(xmlDocument);