Skip to content
Snippets Groups Projects
Commit 33144314 authored by Andreas Kienast's avatar Andreas Kienast
Browse files

[BUGFIX] Avoid double-encoding of delete label

The label for the delete action was encoded twice, leading to text
issues in case special characters are involved. This commit makes use of
`GeneralUtility::implodeAttributes()` to solve this issue properly.

Resolves: #103827
Releases: main, 12.4, 11.5
Change-Id: Ia9f7ba5adf46b470a33b9065e49b8599a24fdfad
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84275


Tested-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
parent dd7ae5bc
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment