Skip to content

Commit c38fd4a

Browse files
authored
Update Section.php - Fix formatting
1 parent 7d17cb3 commit c38fd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/Writer/RTF/Style/Section.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function write()
5555
$content .= $this->getValueIf($style->getFooterHeight() !== null, '\footery' . round($style->getFooterHeight()));
5656
$content .= $this->getValueIf($style->getGutter() !== null, '\guttersxn' . round($style->getGutter()));
5757
$content .= $this->getValueIf($style->getPageNumberingStart() !== null, '\pgnstarts' . $style->getPageNumberingStart() . '\pgnrestart');
58-
58+
5959
// Vertical Align
6060
$verticalAlign = [
6161
\PhpOffice\PhpWord\SimpleType\VerticalJc::TOP => '\vertalt',

0 commit comments

Comments
 (0)