diff --git a/typo3/sysext/backend/Classes/Form/NodeExpansion/FieldInformation.php b/typo3/sysext/backend/Classes/Form/NodeExpansion/FieldInformation.php index 80cd873f3cba..5bafc08ded5a 100644 --- a/typo3/sysext/backend/Classes/Form/NodeExpansion/FieldInformation.php +++ b/typo3/sysext/backend/Classes/Form/NodeExpansion/FieldInformation.php @@ -66,7 +66,7 @@ public function render(): array $options['renderData']['fieldInformationOptions'] = $orderedFieldInformationConfiguration['options'] ?? []; $informationResult = $this->nodeFactory->create($options)->render(); - $allowedTags = '

'; + $allowedTags = '

'; if (strip_tags($informationResult['html'], $allowedTags) !== $informationResult['html']) { throw new \RuntimeException( 'The field information API supports only a limited number of HTML tags within the result'