Skip to content

Affects dashboard widgets #288

@AlbiWe

Description

@AlbiWe

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions