benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.
https://www.bootstrap-package.com/
MIT License
338 stars 206 forks source link

RTE button not working correctly #1409

Open klodeckl opened 1 year ago

klodeckl commented 1 year ago

When I create a link and select the Button Primary style in RTE the button is created. After that I type further text. The further text then has another a tag with with the button classes. Source code looks like this:

<p> <a class="btn btn-primary" href="t3://page?uid=3">Linktext</a><a class="btn btn-primary">&nbsp;</a> </p>

So it is not possible to add some furhter text without changing the source code. Screenshot attached.

TYPO3 12.4.3 bootstrap_package 14.0.6

Bildschirmfoto 2023-08-04 um 12 24 31