]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/TagSub/actions/tagsub.php
Filling in missing endHTML calls for Action AJAX
[quix0rs-gnu-social.git] / plugins / TagSub / actions / tagsub.php
index 18335f4cc8cd38b8f2b0f84cd5560a18bf5d986b..dd8c76b53decd12755280bd6ae991c0a2cd50321 100644 (file)
@@ -139,7 +139,7 @@ class TagsubAction extends Action
             $unsubscribe = new TagUnsubForm($this, $this->tag);
             $unsubscribe->show();
             $this->elementEnd('body');
-            $this->elementEnd('html');
+            $this->endHTML();
         } else {
             $url = common_local_url('tag',
                                     array('tag' => $this->tag));