diff options
author | xue <> | 2006-01-02 17:10:25 +0000 |
---|---|---|
committer | xue <> | 2006-01-02 17:10:25 +0000 |
commit | 2df9a40f504933e28ddb9974b97ae4b2bb893f86 (patch) | |
tree | 16bf90aff95dd4f8f4c26978c439ac48dd209a27 /framework/Web/UI/WebControls/TStyle.php | |
parent | 2d0739422a41237f48d2ff7c079043fa7f0b2944 (diff) |
Added TTable sample.
Diffstat (limited to 'framework/Web/UI/WebControls/TStyle.php')
-rw-r--r-- | framework/Web/UI/WebControls/TStyle.php | 2 |
1 files changed, 1 insertions, 1 deletions
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');
}
|