summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2008-12-11 16:20:46 -0500
committerSarven Capadisli <csarven@controlyourself.ca>2008-12-11 16:20:46 -0500
commitd3f0a9eeee1574c095274853311c7c2998d7a200 (patch)
treea0b7e239e5a1e62120a4d28db96cd569c47c8994
parent8dd513a8e434bb72f773dac75ec3124d2532d4a3 (diff)
Setting nudge XHR response to utf-8 and indenting
darcs-hash:20081211212046-efd22-5face1c2bfaf0dd43dc7ffcc4eec639fdb4b5fe5.gz
-rw-r--r--actions/nudge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/nudge.php b/actions/nudge.php
index f14cdc83c..677f58800 100644
--- a/actions/nudge.php
+++ b/actions/nudge.php
@@ -56,7 +56,7 @@ class NudgeAction extends Action {
$this->notify($user, $other);
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, _('Nudge sent'));
common_element_end('head');