When I type & I get a & but when I type "d'accès" I get the apostrophe (gives me "d'accès" instead of "d& #039;accès" ).
When I type & I get a & but when I type "d'accès" I get the apostrophe (gives me "d'accès" instead of "d& #039;accès" ).
Comments
Comment #1
avpadernoThat is because you forgot to add the ampersand before the second HTML entity; you should write
d&'accèsto get d&'accès.