Fixing style errors.
This commit is contained in:
parent
19dfe73c22
commit
846fe52da8
@ -1552,7 +1552,7 @@ abstract class CommonDocGenerator
|
|||||||
// Add column separator
|
// Add column separator
|
||||||
if (!empty($colDef['border-left']) && isset($colDef['xStartPos'])) {
|
if (!empty($colDef['border-left']) && isset($colDef['xStartPos'])) {
|
||||||
$pdf->line($colDef['xStartPos'], $tab_top, $colDef['xStartPos'], $tab_top + $tab_height);
|
$pdf->line($colDef['xStartPos'], $tab_top, $colDef['xStartPos'], $tab_top + $tab_height);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (empty($hidetop)) {
|
if (empty($hidetop)) {
|
||||||
// save curent cell padding
|
// save curent cell padding
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user