Actions
Bug #23516
closedSpriteGenerator adds empty folder to spritebase, which results in wrong css
Start date:
2010-09-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
if you do not ommit the sprite name, in the sprite-icon-names the spriteGenerator also will scan the "root folder" (and not only subfolders) of the directory specified.
Due to a missing check a empty folder string is added to an array which results in an css class like
.t3-icon- {
}
This one is wrong, superflouous and cannot be used ever.
(issue imported from #M15663)
Actions