From 7670361a4fb7d660352ba998da821c51da18c448 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 11 Feb 2006 05:18:50 +0000 Subject: Fixed Ticket #46. --- framework/Web/UI/WebControls/TCheckBox.php | 1 - 1 file changed, 1 deletion(-) (limited to 'framework/Web/UI/WebControls/TCheckBox.php') 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()) -- cgit v1.2.3