File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/PhpWord/Writer/HTML/Part Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
12
12
- HTML Reader : Support for ` font-variant: small-caps ` by @cambraca in #2117
13
13
- Improved TextDirection for styling a cell by @terryzwt in #2429
14
14
- Word2007 Reader : Added option to disable loading images by @aelliott1485 in #2450
15
+ - HTML Writer : Added border-spacing to default styles for table by @kernusr in #2451
16
+
15
17
### Bug fixes
16
18
17
19
- Fixed wrong mimetype for docx files by @gamerlv in #2416
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ private function writeStyles()
101
101
'table ' => [
102
102
'border ' => '1px solid black ' ,
103
103
'border-spacing ' => '0px ' ,
104
+ 'border-collapse ' => 'collapse ' ,
104
105
'width ' => '100% ' ,
105
106
],
106
107
'td ' => [
You can’t perform that action at this time.
0 commit comments