From 635ae748a34dadc241bd264e11d3251ffffe3aac Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 25 Nov 2005 03:18:09 +0000 Subject: --- framework/Web/UI/WebControls/TLabel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/Web/UI/WebControls/TLabel.php') diff --git a/framework/Web/UI/WebControls/TLabel.php b/framework/Web/UI/WebControls/TLabel.php index 464a4cd7..15148732 100644 --- a/framework/Web/UI/WebControls/TLabel.php +++ b/framework/Web/UI/WebControls/TLabel.php @@ -41,7 +41,7 @@ class TLabel extends TWebControl /** * Adds attributes to renderer. - * @param THtmlTextWriter the renderer + * @param THtmlWriter the renderer * @throws TInvalidDataValueException if associated control cannot be found using the ID */ protected function addAttributesToRender($writer) @@ -58,7 +58,7 @@ class TLabel extends TWebControl /** * Renders the body content of the label. - * @param THtmlTextWriter the renderer + * @param THtmlWriter the renderer */ protected function renderContents($writer) { -- cgit v1.2.3