Actions
Bug #105254
closedPHP Warning: Undefined array key "removeTags." in typo3/cms-core/Classes/Html/HtmlParser.php
Status:
Closed
Priority:
Must have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2024-10-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
trivial
Is Regression:
Yes
Sprint Focus:
Description
https://forge.typo3.org/projects/typo3cms-core/repository/1749/revisions/6edf734060d4329c7eb6f5c5a50cfe9d41cb2d34 introduces a regression.
If removeTags
is a string
(e.g. set by TSconfig or TypoScript lib.parseFunc
), $TSconfig['removeTags.']
(with trailing dot) might be undefined (https://github.com/TYPO3/typo3/blob/778ef12acd546ff7fb44bd308f3dca7e9a945126/typo3/sysext/core/Classes/Html/HtmlParser.php#L978).
Actions