]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/TagSub/actions/tagunsub.php
Filling in missing endHTML calls for Action AJAX
[quix0rs-gnu-social.git] / plugins / TagSub / actions / tagunsub.php
index 26fb9ffec8b005535b78de40f915156bb1a2ebca..43afab08e374c5e2b9dbbcf826b9f746887dcb27 100644 (file)
@@ -79,7 +79,7 @@ class TagunsubAction extends TagsubAction
             $subscribe = new TagSubForm($this, $this->tag);
             $subscribe->show();
             $this->elementEnd('body');
-            $this->elementEnd('html');
+            $this->endHTML();
         } else {
             $url = common_local_url('tag',
                                     array('tag' => $this->tag));