benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.

Home Page:https://www.bootstrap-package.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTE button not working correctly

klodeckl opened this issue · comments

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