From: Sarven Capadisli Date: Fri, 12 Dec 2008 03:08:20 +0000 (-0500) Subject: Indenting the XML response X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=867d723548fa41ea06a6350f3cc95e7b8d5019e4;p=quix0rs-gnu-social.git Indenting the XML response darcs-hash:20081212030820-efd22-3ee6f5ab50c821e3da5dd6785abb765af168058a.gz --- diff --git a/actions/newnotice.php b/actions/newnotice.php index b2de52a9e5..142478341a 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');