Removed the cell background filling that was added for testing
This commit is contained in:
parent
039e8bca37
commit
553da0a62a
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ abstract class customcert_element_base {
|
|||
break;
|
||||
}
|
||||
|
||||
$pdf->writeHTMLCell($w, 0, $x, $y, $content, 0, 0, true, true, $align);
|
||||
$pdf->writeHTMLCell($w, 0, $x, $y, $content, 0, 0, false, true, $align);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue