Actions
Bug #99975
closedTYPO3\CMS\Frontend\Service\TypoLinkCodecService throws error on a-tag without href
Start date:
2023-02-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
"a" tags with missing href attributes (such as '<a id="foo">bar</a>' or <a name="foo">bar</a>) lead to:
(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception
PHP Runtime Deprecation Notice: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/public/typo3/sysext/frontend/Classes/Service/TypoLinkCodecService.php line 81
Since $typolink is 'NULL' at this point.
Files
Actions