Index: components/class.tx_dam_selectionMeTypes.php =================================================================== --- components/class.tx_dam_selectionMeTypes.php (revision 31321) +++ components/class.tx_dam_selectionMeTypes.php (working copy) @@ -145,9 +145,9 @@ */ function getIcon($row) { if($row['parent_id']){ - $icon = 'iconPath.$this->iconName,'width="18" height="16"').' class="typo3-icon" alt="" />'; + $icon = 'iconPath . $this->iconName, 'width="18" height="16"') . ' class="typo3-icon" alt="" />'; } else { - $icon = 'iconPath.'18/mtype_'.tx_dam::convert_mediaType($row['type']).'.gif','width="18" height="16"').' title="'.htmlspecialchars($this->getTitleStr($row)).'" class="typo3-icon" alt="" />'; + $icon = 'iconPath . '18/mtype_' . tx_dam::convert_mediaType($row['type']) . '.gif', 'width="18" height="16"') . ' class="typo3-icon" alt="" />'; } return $this->wrapIcon($icon,$row);