summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2008-12-11 22:08:20 -0500
committerSarven Capadisli <csarven@controlyourself.ca>2008-12-11 22:08:20 -0500
commit867d723548fa41ea06a6350f3cc95e7b8d5019e4 (patch)
tree7b61051b142c44a93c082bee8da8ff52841846c2
parent6a0873e30dc075491120ef134e7726cbbc8cb18d (diff)
Indenting the XML response
darcs-hash:20081212030820-efd22-3ee6f5ab50c821e3da5dd6785abb765af168058a.gz
-rw-r--r--actions/newnotice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/newnotice.php b/actions/newnotice.php
index b2de52a9e..142478341 100644
--- a/actions/newnotice.php
+++ b/actions/newnotice.php
@@ -111,7 +111,7 @@ class NewnoticeAction extends Action {
}
function ajax_error_msg($msg) {
- 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, _('Ajax Error'));
common_element_end('head');