]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/cancelsubscription.php
Filling in missing endHTML calls for Action AJAX
[quix0rs-gnu-social.git] / actions / cancelsubscription.php
index 2baecbd22686200a2056173475070f623dae5b91..590fde9f2ef309c5192a8a073b23637aec7466af 100644 (file)
@@ -114,7 +114,7 @@ class CancelsubscriptionAction extends Action
             $subscribe = new SubscribeForm($this, $other);
             $subscribe->show();
             $this->elementEnd('body');
-            $this->elementEnd('html');
+            $this->endHTML();
         } else {
             common_redirect(common_local_url('subscriptions',
                                              array('nickname' => $user->nickname)),