Actions
Bug #91506
closedEmpty title attribute in ImageViewHelper
Start date:
2020-05-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Description
The ImageViewHelper now outputs empty title tags (title="").
To fix this, also check for non-emptyness of the value, not just if the property exists in the image.
This regression was introduced with e6e40cd214acc8581729ef9f6e98c5d9324ec11c (see https://github.com/TYPO3/TYPO3.CMS/commit/e6e40cd214acc8581729ef9f6e98c5d9324ec11c#diff-4dad83294d2311a8e222a35cf9af3ae5R200)
Actions