Open klodeckl opened 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"> </a> </p>
<p>
<a class="btn btn-primary" href="t3://page?uid=3">Linktext</a><a class="btn btn-primary"> </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
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"> </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