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.
2 parents 8dcbc92 + ca664a5 commit a15573bCopy full SHA for a15573b
src/PhpWord/Writer/HTML/Element/Table.php
@@ -51,7 +51,7 @@ public function write()
51
$cellTag = $tblHeader ? 'th' : 'td';
52
$content .= "<{$cellTag}>" . PHP_EOL;
53
$content .= $writer->write();
54
- $content .= '</td>' . PHP_EOL;
+ $content .= "</{$cellTag}>" . PHP_EOL;
55
}
56
$content .= '</tr>' . PHP_EOL;
57
0 commit comments