diff --git a/inc/caldav-GET.php b/inc/caldav-GET.php index ea5efda6..596f3f4b 100644 --- a/inc/caldav-GET.php +++ b/inc/caldav-GET.php @@ -182,7 +182,7 @@ switch( $resource->caldav_type ) { break; case 'VCARD': - $contenttype = 'text/x-vcard'; + $contenttype = 'text/vcard'; break; }