summaryrefslogtreecommitdiff
path: root/framework/Web/UI/THtmlWriter.php
diff options
context:
space:
mode:
authorxue <>2006-02-17 18:50:55 +0000
committerxue <>2006-02-17 18:50:55 +0000
commitaaa5b47877028053116bb50c18cd79029a478400 (patch)
treefbd989ec6c54483ba25965d57a0687239a168186 /framework/Web/UI/THtmlWriter.php
parent54598910eaa729dd2b9a936efc03b1c5b85b4954 (diff)
Fixed a few more issues to the introduction of TApplicationComponent.
Diffstat (limited to 'framework/Web/UI/THtmlWriter.php')
-rw-r--r--framework/Web/UI/THtmlWriter.php4
1 files changed, 2 insertions, 2 deletions
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 <qiang.xue@gmail.com>
* @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;