I've updated a website from TYPO3 7.6 to 9.5.
Now it seems that the frontend output of CKEditor removes whitespaces between two HTML tags:
<strong>sometext:</strong><a href="https://domain.tld/" target="_blank" class="external-link-new-window">more text</a>
In the editor, there is a whitespace between the closing </strong>
and the opening <a>
tag.
Is there any way to configure this?