mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-31 18:46:02 +00:00
Use text/vcard rather than older text/x-vcard.
This commit is contained in:
parent
0a59903259
commit
7d8c08cbef
@ -182,7 +182,7 @@ switch( $resource->caldav_type ) {
|
||||
break;
|
||||
|
||||
case 'VCARD':
|
||||
$contenttype = 'text/x-vcard';
|
||||
$contenttype = 'text/vcard';
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user