From 553da0a62a6190c199ffdf3622bd5e4504ea49fb Mon Sep 17 00:00:00 2001 From: Shamim Rezaie Date: Wed, 5 Aug 2015 15:20:16 +1000 Subject: [PATCH] Removed the cell background filling that was added for testing --- element/element.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/element/element.class.php b/element/element.class.php index 2aeea96..2b395a8 100644 --- a/element/element.class.php +++ b/element/element.class.php @@ -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); } /**