summaryrefslogtreecommitdiff
path: root/actions/favor.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2008-12-11 16:18:14 -0500
committerSarven Capadisli <csarven@controlyourself.ca>2008-12-11 16:18:14 -0500
commit8dd513a8e434bb72f773dac75ec3124d2532d4a3 (patch)
tree2327216cddbb60d62b381aa45c400caf4ec4b317 /actions/favor.php
parent8664278d71c89e01acc2929fd997348fc42cf2c8 (diff)
Standardising XHR responses to utf-8 and indenting
darcs-hash:20081211211814-efd22-a41a2b123fcd08945370e868431dc1b2feda4dfe.gz
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
+}