Ensure clean xml output

This commit is contained in:
Björn Fromme
2018-10-02 19:55:32 +02:00
parent 35c5db2c2f
commit a5ff3e67fc
@@ -110,7 +110,7 @@ class ResellerController extends ActionController
echo $serializer->serialize($data, 'xml', [ 'xml_encoding' => 'utf-8', 'xml_format_output' => true ]);
return false;
exit();
}
/**