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.
1 parent bc4750d commit b22208fCopy full SHA for b22208f
src/PhpWord/Writer/ODText/Part/Styles.php
@@ -52,7 +52,9 @@ public function write()
52
// Automatic styles
53
$xmlWriter->startElement('office:automatic-styles');
54
$this->writePageLayout($xmlWriter);
55
- $xmlWriter->endElement();
+ $xmlWriter->endElement(); // office:automatic-styles
56
+
57
+ // Master style
58
$this->writeMaster($xmlWriter);
59
60
$xmlWriter->endElement(); // office:document-styles
0 commit comments