andig / carddav2fb

Download CardDAV VCards and upload as phonebook to AVM FRITZ!Box
63 stars 19 forks source link

Ampersand in email address is not supported #222

Closed blacksenator closed 3 years ago

blacksenator commented 3 years ago

I received an issue in my fork that the ampersand is not supported in email addresses.

solution will be: $email = $services->addChild('email', htmlspecialchars($address['email'])); instead of $email = $services->addChild('email', $address['email']);

Fixing is on the way