Skip to content
Snippets Groups Projects
Commit c9eecb93 authored by Nikita Hovratov's avatar Nikita Hovratov Committed by Richard Haeser
Browse files

[BUGFIX] Ignore quotes in tag attribute value decoding

This patch: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62227
introduced decoding of attribute values in tags. This was necessary for
email link parameter, but broke html inside attribute tags, because
quotes were left unescaped.

Resolves: #90339
Releases: master, 9.5
Change-Id: I3c336901df6e3ee5eeea46888db11c40986ced56
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63274


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarRichard Haeser <richard@maxserv.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarRichard Haeser <richard@maxserv.com>
parent c7289fa3
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