Actions
Bug #21999
closedsubstituteMarkerArrayCached corrupts style-informations
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-01-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
in the template I use theare are inline styles used:
<div style="width: 190px;">###marker###</div>
after Passing this to substituteMarkerArrayCached this is given back:
<div style="width: 19">The Content</div>
if I cange to
<div style="width: 191px;">###marker###</div>
everythig is fine.
This behavior is since Typo3 V4.3, not bevore.
(issue imported from #M13312)
Actions