Actions
Bug #81990
closedFSC Uploads: a-tag title missing
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid Styled Content
Target version:
Start date:
2017-07-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
FSC Uploads Title
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
Hi, there.
Title attribute for the html a-tag is missing.
Should be like:
<a href="{file.publicUrl}" {f:if(condition:data.target,then: ' target="{data.target}"')} {f:if(condition:file.title,then: ' title="{file.title}"')}>
Typo3 8.7.4
Actions