Skip to content

Commit

Permalink
replace tab to space
Browse files Browse the repository at this point in the history
  • Loading branch information
kernusr authored and Progi1984 committed Aug 30, 2023
1 parent 5a8ecf5 commit 6203feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpWord/Writer/HTML/Part/Head.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private function writeStyles()
'table' => [
'border' => '1px solid black',
'border-spacing' => '0px',
'border-collapse' => 'collapse',
'border-collapse' => 'collapse',
'width ' => '100%',
],
'td' => [
Expand Down

0 comments on commit 6203feb

Please sign in to comment.