X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fsubscribe.php;h=f761992de40f6fd7401f77ebae0a5b024642a20d;hb=f87ef9b72b8e054296a3fd37c74f07af5f6a6c38;hp=171332734e6d9bd8c4421b5568e185e251d072f2;hpb=0824bb2e1df68fd6634ca915e4c87664ee2ef872;p=quix0rs-gnu-social.git diff --git a/actions/subscribe.php b/actions/subscribe.php index 171332734e..f761992de4 100644 --- a/actions/subscribe.php +++ b/actions/subscribe.php @@ -64,7 +64,7 @@ class SubscribeAction extends Action } if ($this->boolean('ajax')) { - $this->startHTML('text/xml;charset=utf-8', true); + $this->startHTML('text/xml;charset=utf-8'); $this->elementStart('head'); $this->element('title', null, _('Subscribed')); $this->elementEnd('head');