Indenting the XML response

darcs-hash:20081212030820-efd22-3ee6f5ab50c821e3da5dd6785abb765af168058a.gz
This commit is contained in:
Sarven Capadisli 2008-12-11 22:08:20 -05:00
parent 6a0873e30d
commit 867d723548

View File

@ -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');