]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/addpeopletag.php
Filling in missing endHTML calls for Action AJAX
[quix0rs-gnu-social.git] / actions / addpeopletag.php
index e5e52b83f007d58f0d9e4d2140bc8bc73632cc87..1c0ce55a2b40f20c132c7faa0e74237d4e6cc651 100644 (file)
@@ -156,7 +156,7 @@ class AddpeopletagAction extends Action
             $unsubscribe = new UntagButton($this, $this->tagged, $this->peopletag);
             $unsubscribe->show();
             $this->elementEnd('body');
-            $this->elementEnd('html');
+            $this->endHTML();
         } else {
             $url = common_local_url('subscriptions',
                                     array('nickname' => $this->user->nickname));