xmlrpc: err, what, send EOL for #4533

This commit is contained in:
Franco Fichtner 2020-12-20 21:14:59 +01:00
parent 43d4a64350
commit 31dee2dfcc

View File

@ -69,6 +69,7 @@ if (!isset($_SERVER['HTTP_AUTHORIZATION']) || // check for an auth
</param>
</params>
</methodResponse>
EOD;
$xml = '<?xml version="1.0"?>'."\n".$xml;