We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82864ef + e18899a commit e165dcbCopy full SHA for e165dcb
1 file changed
apps/dav/lib/CardDAV/MultiGetExportPlugin.php
@@ -74,7 +74,7 @@ public function httpReport(RequestInterface $request, ResponseInterface $respons
74
75
// Reduce the vcards into one string
76
$output = array_reduce($responseXml->getResponses(), function ($vcf, $card) {
77
- $vcf .= $card->getResponseProperties()[200]['{urn:ietf:params:xml:ns:carddav}address-data'];
+ $vcf .= $card->getResponseProperties()[200]['{urn:ietf:params:xml:ns:carddav}address-data'] . PHP_EOL;
78
return $vcf;
79
}, '');
80
0 commit comments