summaryrefslogtreecommitdiff
path: root/actions/favor.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/favor.php')
-rw-r--r--actions/favor.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/favor.php b/actions/favor.php
index 82b70a35b..aede32902 100644
--- a/actions/favor.php
+++ b/actions/favor.php
@@ -66,7 +66,7 @@ class FavorAction 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, _('Disfavor favorite'));
common_element_end('head');
@@ -91,4 +91,4 @@ class FavorAction extends Action {
}
}
-} \ No newline at end of file
+}