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 969a10a commit ea46753Copy full SHA for ea46753
src/PhpWord/Writer/RTF/Element/TextBreak.php
@@ -39,7 +39,7 @@ public function write()
39
if ($this->withoutP) {
40
return '\line' . PHP_EOL;
41
}
42
-
+
43
return '\pard\par' . PHP_EOL;
44
45
0 commit comments