Skip to content

Commit b22208f

Browse files
committed
format
1 parent bc4750d commit b22208f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/PhpWord/Writer/ODText/Part/Styles.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ public function write()
5252
// Automatic styles
5353
$xmlWriter->startElement('office:automatic-styles');
5454
$this->writePageLayout($xmlWriter);
55-
$xmlWriter->endElement();
55+
$xmlWriter->endElement(); // office:automatic-styles
56+
57+
// Master style
5658
$this->writeMaster($xmlWriter);
5759

5860
$xmlWriter->endElement(); // office:document-styles

0 commit comments

Comments
 (0)