We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab9a3db + a55405e commit bc4750dCopy full SHA for bc4750d
src/PhpWord/Writer/ODText/Part/Styles.php
@@ -52,8 +52,8 @@ public function write()
52
// Automatic styles
53
$xmlWriter->startElement('office:automatic-styles');
54
$this->writePageLayout($xmlWriter);
55
- $this->writeMaster($xmlWriter);
56
$xmlWriter->endElement();
+ $this->writeMaster($xmlWriter);
57
58
$xmlWriter->endElement(); // office:document-styles
59
0 commit comments