]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/htmloutputter.php
Fix a couple of errors in PublicGroupNav
[quix0rs-gnu-social.git] / lib / htmloutputter.php
index 095f4d478673e306bb1664ec381de3c0311fa7d1..75a995bef190dbcbc4ff99c43a1159254c62a81e 100644 (file)
@@ -122,6 +122,17 @@ 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
      *