jonge-democraten / website

JD website
https://jongedemocraten.nl
MIT License
6 stars 2 forks source link

Migrated email links are broken #150

Closed bartromgens closed 8 years ago

bartromgens commented 8 years ago

For example, ict@jongedemocraten.nl on https://jongedemocraten.nl/contact/ links to https://jongedemocraten.nl/contact/mailto:ict@jongedemocraten.nl

Does anyone know what happened here? And how to fix this?

There are about 50 email links like this on the main site.

Pi2048 commented 8 years ago

What happened is our htmlentities-encoding to somewhat prevent spammers from harvesting the e-mail addresses. This was discussed in issue #49. Apparently, these specific links do not work properly. I'll look into this.

bartromgens commented 8 years ago

This is fixed in commit 4f7a3d339b813721f0da5216c97760065b72618f that removes email obfuscation.