Index: typo3/file_list.php =================================================================== --- typo3/file_list.php (revision 5349) +++ typo3/file_list.php (working copy) @@ -347,10 +347,10 @@ // upload button $theIcon = 'backPath,'gfx/upload.gif','width="18" height="16"').' title="'.$GLOBALS['LANG']->makeEntities($GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:cm.upload',1)).'" alt="" />'; - $buttons['upload'] = ''.$theIcon.''; + $buttons['upload'] = ''.$theIcon.''; $theIcon = 'backPath,'gfx/new_file.gif','width="18" height="16"').' title="'.$GLOBALS['LANG']->makeEntities($GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:cm.new',1)).'" alt="" />'; - $buttons['new'] = ''.$theIcon.''; + $buttons['new'] = ''.$theIcon.''; return $buttons; }