Skip to content
Snippets Groups Projects
Commit 5d926b5b authored by Benni Mack's avatar Benni Mack Committed by Daniel Goerz
Browse files

[BUGFIX] Do not escape nested tags in parseFunc

Due to the rector refactoring a line unset($currentTag) was removed,
resulting in text-elements with <p>something <a href="...">links</a>.</p>
did not detect a proper closing tag, resulting in broken HTML
in the output.

Additional tests properly check for this logic now.

Resolves: #90111
Related: #89807
Releases: master
Change-Id: I256dc42e3ff44548d43122d1984264ebaab40015
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62889


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent a69602dc
Branches
Tags
No related merge requests found
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