From aaa5b47877028053116bb50c18cd79029a478400 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 17 Feb 2006 18:50:55 +0000 Subject: Fixed a few more issues to the introduction of TApplicationComponent. --- framework/Web/UI/THtmlWriter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/Web/UI/THtmlWriter.php') diff --git a/framework/Web/UI/THtmlWriter.php b/framework/Web/UI/THtmlWriter.php index dc867b77..2f1f8c1a 100644 --- a/framework/Web/UI/THtmlWriter.php +++ b/framework/Web/UI/THtmlWriter.php @@ -16,13 +16,13 @@ // implment encoding (for text and url) /** * THtmlWriter class - * + * * @author Qiang Xue * @version $Revision: $ $Date: $ * @package System.Web.UI * @since 3.0 */ -class THtmlWriter extends TComponent implements ITextWriter +class THtmlWriter extends TApplicationComponent implements ITextWriter { const TAG_INLINE=0; const TAG_NONCLOSING=1; -- cgit v1.2.3