Actions
Bug #23175
closedValidation warnings with sprites
Start date:
2010-07-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Switching to sprites leads to quite a few new validation warnings.
Simple reason:
protected static function buildSpriteHtmlIconTag(array $tagAttributes, $innerHtml = ' ', $tagName = 'span') {}
Default should be but in the previous call of getSpriteIcon() $innerHtml is set to "":
$innerHtml = (isset($options['html']) ? $options['html'] : '');
Therefore an additional check should be made.
(issue imported from #M15110)
Files
Updated by Ernesto Baschny about 14 years ago
Commited v3 (from Stefan Galinksi) to trunk (rev 8749, will be in 4.5alpha2).
Actions