Removed the cell background filling that was added for testing

This commit is contained in:
Shamim Rezaie 2015-08-05 15:20:16 +10:00 committed by Mark Nelson
parent 039e8bca37
commit 553da0a62a

View file

@ -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);
}
/**