]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/approvesub.php
Minor code cleanup with group related actions (thanks brw12)
[quix0rs-gnu-social.git] / actions / approvesub.php
index 89368686a9eac6afb187c05d71d050140903f112..b92ad66e7ae16d65fc13fe61082dc90f3973e7f4 100644 (file)
@@ -136,7 +136,7 @@ class ApprovesubAction extends Action
                 $this->element('p', 'success', _('Subscription canceled.'));
             }
             $this->elementEnd('body');
-            $this->elementEnd('html');
+            $this->endHTML();
         } else {
             common_redirect(common_local_url('subqueue', array('nickname' =>
                                                                $cur->nickname)),