Bug #14701
closedIn file>list the table with id="typo3-filelist-top" has an image that is not properly closed
0%
Description
In file>list the table with id="typo3-filelist-top" has an image that is not properly closed
<a href="file_list.php?id=%2Fhome%2Fhttpd%2Fargument%2Fvantende.net%2Ffileadmin%2Fben%2Fgalerie%2F" title="<img src="gfx/i/folder_up.gif" width="18" height="16" title="Up one level" alt="" />"><img src="gfx/i/folder_up.g...</a></td>
</tr>
</table>
This causes the icon to not be shown and the table with id="typo3-filelist" to inherit the id="typo3-filelist-top" which in it's turn removes all padding from the cells causing all date and sizes to stick together.
This:
<img src="gfx/i/folder_up.g...
should be
<img src="gfx/i/folder_up.gif />
(issue imported from #M1032)
Files