Skip to content

Commit 969a10a

Browse files
authored
Update TextBreak.php - Fix Formatting
1 parent 2ac2369 commit 969a10a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PhpWord/Writer/RTF/Element/TextBreak.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public function write()
3838

3939
if ($this->withoutP) {
4040
return '\line' . PHP_EOL;
41-
} else {
42-
return '\pard\par' . PHP_EOL;
4341
}
42+
43+
return '\pard\par' . PHP_EOL;
4444
}
4545
}

0 commit comments

Comments
 (0)