Fix #110
This commit is contained in:
@ -22,7 +22,7 @@ export class Compiler {
|
|||||||
public async compile(output: Writable | express.Response): Promise<void> {
|
public async compile(output: Writable | express.Response): Promise<void> {
|
||||||
this.archive.pipe(output);
|
this.archive.pipe(output);
|
||||||
|
|
||||||
const xmlDocument = xml(this.formatter.format(this.file.Document), true);
|
const xmlDocument = xml(this.formatter.format(this.file.Document));
|
||||||
const xmlStyles = xml(this.formatter.format(this.file.Styles));
|
const xmlStyles = xml(this.formatter.format(this.file.Styles));
|
||||||
const xmlProperties = xml(this.formatter.format(this.file.CoreProperties), {
|
const xmlProperties = xml(this.formatter.format(this.file.CoreProperties), {
|
||||||
declaration: {
|
declaration: {
|
||||||
|
Reference in New Issue
Block a user