Skip to content
Snippets Groups Projects
Commit ca42ad73 authored by Albrecht Koehnlein's avatar Albrecht Koehnlein Committed by Benni Mack
Browse files

[BUGFIX] Respect single tags without white space

Make HTML parser more tolerant for single tags with ending slash but
without white spaces. So `<hr/>` already was allowed and internally
converted to `<hr />` while parsing the HTML. This patch extends this
replace rule to all tags so that also `<br/>` can be used in RTE fields.

Resolves: #96307
Releases: main, 11.5, 10.4
Change-Id: I7ba6c88e35804c6b5f991fb6b730fbc3d7a2514e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72580


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 7d809ee0
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