From 7d8c08cbef4d5ac1c00b53487d21978e122de840 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 4 Nov 2010 08:41:41 +1300 Subject: [PATCH] Use text/vcard rather than older text/x-vcard. --- inc/caldav-GET.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }