From 0dc20e969f37e7edc81062fbcc35d47d0fd77e8a Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Tue, 30 Nov 2010 12:38:02 +1300 Subject: [PATCH] Use text/vcard for content type in advance of ratification of spec. Signed-off-by: Andrew McMillan --- inc/caldav-REPORT.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/caldav-REPORT.php b/inc/caldav-REPORT.php index 00740cb6..8a327af6 100644 --- a/inc/caldav-REPORT.php +++ b/inc/caldav-REPORT.php @@ -205,7 +205,7 @@ function component_to_xml( $properties, $item ) { case 'VCARD': $displayname = $item->fn; $type = 'vcard'; - $contenttype = 'text/x-vcard'; + $contenttype = 'text/vcard'; break; } if ( isset($properties['calendar-data']) || isset($properties['displayname']) ) {