]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/removepeopletag.php
Making many of the API actions more consistent with coding style
[quix0rs-gnu-social.git] / actions / removepeopletag.php
index 360d1c4c61fe5c106cf975d0f5f63d5e26312022..7077573999b36fea515506d807b7afe7d3757dcf 100644 (file)
@@ -158,7 +158,7 @@ class RemovepeopletagAction extends Action
             $unsubscribe = new TagButton($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));