]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Indenting the XML response
authorSarven Capadisli <csarven@controlyourself.ca>
Fri, 12 Dec 2008 03:08:20 +0000 (22:08 -0500)
committerSarven Capadisli <csarven@controlyourself.ca>
Fri, 12 Dec 2008 03:08:20 +0000 (22:08 -0500)
darcs-hash:20081212030820-efd22-3ee6f5ab50c821e3da5dd6785abb765af168058a.gz

actions/newnotice.php

index b2de52a9e59b28a125e6998e3908a30c59c1b33a..142478341a47ddab075965cb81911a0a50beceb6 100644 (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');