Skip to content

Commit 772017d

Browse files
author
Julien Carignan
committed
empty space remove
1 parent 9faaa1b commit 772017d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/PHPWord/Writer/Word2007/Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ protected function _writeTable(PHPWord_Shared_XMLWriter $objWriter = null, PHPWo
569569

570570
for ($i = 0; $i < $_cRows; $i++) {
571571
$row = $_rows[$i];
572-
$height = $row->getHeight();
572+
$height = $row->getHeight();
573573
$rowStyle = $row->getStyle();
574574
$tblHeader = $rowStyle->getTblHeader();
575575
$cantSplit = $rowStyle->getCantSplit();

0 commit comments

Comments
 (0)