Indenting the XML response
darcs-hash:20081212030820-efd22-3ee6f5ab50c821e3da5dd6785abb765af168058a.gz
This commit is contained in:
parent
6a0873e30d
commit
867d723548
@ -111,7 +111,7 @@ class NewnoticeAction extends Action {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function ajax_error_msg($msg) {
|
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_start('head');
|
||||||
common_element('title', null, _('Ajax Error'));
|
common_element('title', null, _('Ajax Error'));
|
||||||
common_element_end('head');
|
common_element_end('head');
|
||||||
|
Loading…
Reference in New Issue
Block a user