Bug #94776
Updated by Lina Wolf over 3 years ago
After Updating from 10.4.18 to 10.4.19, Using
<pre>
config.spamProtectEmailAddresses = 2
config.spamProtectEmailAddresses_atSubst = (at)
</pre>
Links to Emailadresses do not work correctly anymore. Before the following HTML was generated:
<pre>
<a href="javascript:linkTo_UnCryptMailto(%27ocknvq%2CkphqBrtczku%5C%2Fmkghgt0fg%27);">info(at)example.com</a>
</pre>
Now the HTML Output ist:
<pre>
<a>info(at)example.com</a>
</pre>
Therefore linking emailadresses does not work anymore.
In the source code of the RTE they are displayed like this:
<pre>
<a href="mailto:info@example.com">info@example.com </a>
</pre>
If I disable spamProtectEmailAddresses the emailadress is generated.