Skip to content

Commit 05e42a9

Browse files
committed
Merge branch 'issue-806'
2 parents 0f91dce + c6c328c commit 05e42a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcpdf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20015,7 +20015,7 @@ protected function closeHTMLTagHandler($dom, $key, $cell, $maxbottomliney=0) {
2001520015
}
2001620016
}
2001720017
if (!$in_table_head) { // we are not inside a thead section
20018-
$this->cell_padding = isset($table_el['old_cell_padding']) ? $table_el['old_cell_padding'] : null;
20018+
$this->cell_padding = isset($table_el['old_cell_padding']) ? $table_el['old_cell_padding'] : array('T' => 0, 'R' => 0, 'B' => 0, 'L' => 0);
2001920019
// reset row height
2002020020
$this->resetLastH();
2002120021
if (($this->page == ($this->numpages - 1)) AND ($this->pageopen[$this->numpages])) {

0 commit comments

Comments
 (0)