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/tagother.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/tagother.php') diff --git a/actions/tagother.php b/actions/tagother.php index 9b06cb43e..cbace5b6b 100644 --- a/actions/tagother.php +++ b/actions/tagother.php @@ -203,7 +203,7 @@ class TagotherAction extends Action $action = $user->isSubscribed($this->profile) ? 'subscriptions' : 'subscribers'; if ($this->boolean('ajax')) { - $this->startHTML('text/xml'); + $this->startHTML('text/xml;charset=utf-8'); $this->elementStart('head'); $this->element('title', null, _('Tags')); $this->elementEnd('head'); -- cgit v1.2.3-54-g00ecf