]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/deletegroup.php
Filling in missing endHTML calls for Action AJAX
[quix0rs-gnu-social.git] / actions / deletegroup.php
index 0a0baf887c9af1d73079e765efc8633268abc0b5..5efb5e6a919feb23b70806055b46be86a2f98958 100644 (file)
@@ -162,7 +162,7 @@ class DeletegroupAction extends RedirectingAction
             $this->elementStart('body');
             // @fixme add a sensible AJAX response form!
             $this->elementEnd('body');
-            $this->elementEnd('html');
+            $this->endHTML();
         } else {
             // @fixme if we could direct to the page on which this group
             // would have shown... that would be awesome