Bug Report
Causes dashboard widgets to display incorrectly – the title is rendered twice, once in widget-title and once in widget-content-title. This applies to all core widgets.
for example:
<div class="widget-title">Getting started with TYPO3</div>
<div class="widget-actions">...Buttons...<div class="widget-content">
<div class="widget-content-title">
<span>Getting started with TYPO3</span>
</div>
<div class="widget-content-main">
New to TYPO3? In our ‘Getting started with TYPO3’ tutorial, you’ll learn the basics of how to use TYPO3.
</div>
...
Environment
- TYPO3 13.4.27
- cart 11.7.2
- cart-products 7.3.0
- PHP 8.3, ddev
Bug Report
Causes dashboard widgets to display incorrectly – the title is rendered twice, once in
widget-titleand once inwidget-content-title. This applies to all core widgets.for example:
...
Environment