diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2008-12-11 16:18:14 -0500 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2008-12-11 16:18:14 -0500 |
commit | 8dd513a8e434bb72f773dac75ec3124d2532d4a3 (patch) | |
tree | 2327216cddbb60d62b381aa45c400caf4ec4b317 /actions/newnotice.php | |
parent | 8664278d71c89e01acc2929fd997348fc42cf2c8 (diff) |
Standardising XHR responses to utf-8 and indenting
darcs-hash:20081211211814-efd22-a41a2b123fcd08945370e868431dc1b2feda4dfe.gz
Diffstat (limited to 'actions/newnotice.php')
-rw-r--r-- | actions/newnotice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/newnotice.php b/actions/newnotice.php index 8ac36320d..939c0ff9c 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -86,7 +86,7 @@ class NewnoticeAction extends Action { common_broadcast_notice($notice); if ($this->boolean('ajax')) { - common_start_html('text/xml;charset=utf-8', false); + common_start_html('text/xml;charset=utf-8', true); common_element_start('head'); common_element('title', null, _('Notice posted')); common_element_end('head'); |