Hello,
I am currently working on a TYPO3 13 website using the Bootstrap Package 15 and need to display spam-protected email addresses within a “Table” content element.
To achieve this, I modified the corresponding Partial “columns” as follows:
<f:format.raw>{cell}</f:format.raw>
This ensures that the links are now rendered correctly. However, this modification seems to disable TYPO3’s built-in @ → (at) spam protection, which otherwise works as expected across the rest of the website.
Could you please advise on how to maintain spam protection for email addresses within table content elements while preserving correct link rendering?
Thank you in advance for your support!
Best regards,
Stephan