mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Add newline after JSON and XML responses
This commit is contained in:
parent
114755d13a
commit
d0183268ce
3 changed files with 8 additions and 8 deletions
|
|
@ -18,7 +18,7 @@ class XMLDisplayHandler
|
|||
|
||||
$xmlDoc .= $this->_makeXmlDoc($variables);
|
||||
|
||||
$xmlDoc .= "</response>";
|
||||
$xmlDoc .= "</response>\n";
|
||||
|
||||
return $xmlDoc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue