From 8dd513a8e434bb72f773dac75ec3124d2532d4a3 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Thu, 11 Dec 2008 16:18:14 -0500 Subject: Standardising XHR responses to utf-8 and indenting darcs-hash:20081211211814-efd22-a41a2b123fcd08945370e868431dc1b2feda4dfe.gz --- actions/disfavor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actions/disfavor.php') diff --git a/actions/disfavor.php b/actions/disfavor.php index 6ac94d720..be208f65a 100644 --- a/actions/disfavor.php +++ b/actions/disfavor.php @@ -67,7 +67,7 @@ class DisfavorAction extends Action { $user->blowFavesCache(); if ($this->boolean('ajax')) { - common_start_html('text/xml'); + common_start_html('text/xml;charset=utf-8', true); common_element_start('head'); common_element('title', null, _('Add to favorites')); common_element_end('head'); @@ -80,4 +80,4 @@ class DisfavorAction extends Action { array('nickname' => $user->nickname))); } } -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf