diff options
author | xue <> | 2006-02-11 05:18:50 +0000 |
---|---|---|
committer | xue <> | 2006-02-11 05:18:50 +0000 |
commit | 7670361a4fb7d660352ba998da821c51da18c448 (patch) | |
tree | 58562d86813fb0dfd079a32463627df4697c80d7 /framework/Web/UI/WebControls/TCheckBox.php | |
parent | df96feedc019e531ea165681b837f6a3595f702d (diff) |
Fixed Ticket #46.
Diffstat (limited to 'framework/Web/UI/WebControls/TCheckBox.php')
-rw-r--r-- | framework/Web/UI/WebControls/TCheckBox.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TCheckBox.php b/framework/Web/UI/WebControls/TCheckBox.php index 60b45e8d..f1299849 100644 --- a/framework/Web/UI/WebControls/TCheckBox.php +++ b/framework/Web/UI/WebControls/TCheckBox.php @@ -224,7 +224,6 @@ class TCheckBox extends TWebControl implements IPostBackDataHandler, IValidatabl */
public function render($writer)
{
- $this->addAttributesToRender($writer);
$this->getPage()->ensureRenderInForm($this);
$needSpan=false;
if($this->getHasStyle())
|