Actions
Bug #53220
closedResponsive image rendering - remove unnecessary whitespaces in html tags
Start date:
2013-10-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Currently the HTML tag for a img-Tag with data attributes looks like this:
<img src="/fileadmin/_migrated/pics/TYPO3-Logo-8bit_04.png" data-small="/fileadmin/_migrated/pics/TYPO3-Logo-8bit_04.png" data-middle="/fileadmin/_migrated/pics/TYPO3-Logo-8bit_04.png" alt="TYPO3 logo">
There are a few unnecessary whitespaces in the tag if markers of the tag do not get filled.
Actions