From 2df9a40f504933e28ddb9974b97ae4b2bb893f86 Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 2 Jan 2006 17:10:25 +0000 Subject: Added TTable sample. --- framework/Web/UI/WebControls/TStyle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web/UI/WebControls/TStyle.php') diff --git a/framework/Web/UI/WebControls/TStyle.php b/framework/Web/UI/WebControls/TStyle.php index 5624b09e..4585cca3 100644 --- a/framework/Web/UI/WebControls/TStyle.php +++ b/framework/Web/UI/WebControls/TStyle.php @@ -397,7 +397,7 @@ class TTableStyle extends TStyle if($this->_cellSpacing>=0) { - $writer->addAttribute('cellspacing',"$this->_cellPadding"); + $writer->addAttribute('cellspacing',"$this->_cellSpacing"); if($this->_cellSpacing===0) $this->setStyleField('border-collapse','collapse'); } -- cgit v1.2.3