From f8b758932442cf468167e7b317d67162b6fac561 Mon Sep 17 00:00:00 2001 From: sarven Date: Wed, 14 Jan 2009 17:26:23 +0000 Subject: showBody() -- revisit to add @id and @class to showContentBlock() showContent() added endHTML() to class HTMLOutputter --- lib/htmloutputter.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'lib/htmloutputter.php') diff --git a/lib/htmloutputter.php b/lib/htmloutputter.php index 095f4d478..43e4a59a9 100644 --- a/lib/htmloutputter.php +++ b/lib/htmloutputter.php @@ -122,6 +122,19 @@ class HTMLOutputter extends XMLOutputter 'lang' => $language)); } + + /** + * Ends an HTML document + * + * @return void + */ + function endHTML() + { + $this->elementEnd('html'); + $this->endXML(); + } + + /** * Output an HTML text input element * -- cgit v1.2.3-54-g00ecf