Use text/vcard rather than older text/x-vcard.

This commit is contained in:
Andrew McMillan 2010-11-04 08:41:41 +13:00
parent 0a59903259
commit 7d8c08cbef

View File

@ -182,7 +182,7 @@ switch( $resource->caldav_type ) {
break;
case 'VCARD':
$contenttype = 'text/x-vcard';
$contenttype = 'text/vcard';
break;
}