Bug #96723
Updated by Christina Böhme almost 3 years ago
Since 11.5.5 the linktext is escaped with htmlspecialchars(). This conflicts with the use of markup in spamProtectEmailAddresses_atSubst or spamProtectEmailAddresses_lastDotSubst like
<pre>
config.spamProtectEmailAddresses_atSubst = <span class="at"></span>
</pre>
or additional markup for Icons and such.
Anyone know if that is intentional? Feels like a regression to me.
See https://forge.typo3.org/issues/96483