X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=actions%2Fpluginenable.php;h=d48cef018368bd8c68f20967976419a10fcf9b11;hb=cd6fa512ac0d382871384a9c7604abd8a7ed0566;hp=156a604cf060ed64008795f00b4c82af110d53f2;hpb=87d46e1ae5e5effcc985021ff5af3f10815f3d3c;p=quix0rs-gnu-social.git diff --git a/actions/pluginenable.php b/actions/pluginenable.php index 156a604cf0..d48cef0183 100644 --- a/actions/pluginenable.php +++ b/actions/pluginenable.php @@ -141,7 +141,7 @@ class PluginEnableAction extends Action $form = $this->successNextForm(); $form->show(); $this->elementEnd('body'); - $this->elementEnd('html'); + $this->endHTML(); } else { $url = common_local_url('pluginsadminpanel'); common_redirect($url, 303);