Actions
Bug #53003
closedresponsive image rendering - data Attribute is not wrapped with space
Start date:
2013-10-21
Due date:
% Done:
100%
Estimated time:
0.50 h
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
This is an HTML cleanup. When using the layoutKey data the different data attributes are not devided by an space. The browser do respect this, but viewing the HTML code is quite hard:
data-small="fileadmin/_processed_/csm_Bildschirmfoto_2013-10-18_um_22.12.40_7464a5ba57.png"data-smallRetina="fileadmin/_temp_/Bildschirmfoto_2013-10-18_um_22.12.40.png"
Solution: Change default TS to render a space between the data attributes
Actions