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 '
';
}
/**
* @} End defgroup "Theme Callbacks".