From 3f0eb901283e266384f78e8cf1dbd7912bd2f254 Mon Sep 17 00:00:00 2001 From: Robin Millette Date: Mon, 2 Feb 2009 20:47:57 +0000 Subject: removed extraneous argument in startHTML calls --- actions/unsubscribe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/unsubscribe.php') diff --git a/actions/unsubscribe.php b/actions/unsubscribe.php index f9dd6f821..b1e2b6425 100644 --- a/actions/unsubscribe.php +++ b/actions/unsubscribe.php @@ -66,7 +66,7 @@ class UnsubscribeAction 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, _('Unsubscribed')); $this->elementEnd('head'); -- cgit v1.2.3-54-g00ecf