summaryrefslogtreecommitdiff
path: root/actions/tagother.php
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-02-02 20:47:57 +0000
committerRobin Millette <millette@plantard.controlezvous.ca>2009-02-02 20:47:57 +0000
commit3f0eb901283e266384f78e8cf1dbd7912bd2f254 (patch)
tree7a0071af0a7d73a8efb0c4ac643c12622fc0c403 /actions/tagother.php
parentf9edd1101b95ea41051fee2e8e983bebd890cc50 (diff)
removed extraneous argument in startHTML calls
Diffstat (limited to 'actions/tagother.php')
-rw-r--r--actions/tagother.php2
1 files changed, 1 insertions, 1 deletions
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');