Index: imagefield.module =================================================================== --- imagefield.module (revision 2857) +++ imagefield.module (working copy) @@ -332,7 +332,7 @@ return ''; } $thumb_path = imagefield_file_admin_thumb_path($item); - return ''; + return '' . check_plain($item['filename']) . ''; } /** * @} End defgroup "Theme Callbacks".