In several web browsers, the email address in not correctly printed in the href attribute of <a> tag.
The email is correctly printed (ex. firstname.name@domain.fr) when user see the page, but when he want to copy the email address or when mouse is hover the link , the '@' character is replaced by '%40' (mailto:firstname.name%40domain.fr).
This seems to occur with IE , chrome, safari on windows7, and chrome on unbutu.
When click on the mailto link, the email address is correctly set on the email, except with chrome on ubuntu where the recipient address remains something like firstname.name%40domain.fr.
These problems do not arise with firefox.
Comments
Comment #1
hanskuiters commentedIn spamspan.js I changed line #42:
to
You should find it yourself in the compressed js file, because that is what the module uses.
Comment #2
lucuhb commentedthis fixes my issue, thanks.
Comment #4
gpk commentedRe-opening. The issue has not been fixed in the module's code, although #1 could provide the basis for a patch.
Comment #5
peterx commentedI changed the code for D7. I do not have D6 sites for testing a change to D6 code. This module needs a maintainer for the D6 branch.
Comment #6
peterx commentedPlease upgrade to Drupal 7 and test the code change or volunteer to maintain the D6 version because I do not have a D6 site.