--- asset/asset_imagecache.inc	2008-05-01 18:22:08.000000000 +1000
+++ asset_new/asset_imagecache.inc	2008-09-30 17:05:22.000000000 +1000
@@ -59,7 +59,7 @@ function imagecache_asset_formatter($op=
     case 'preview':
       return theme('imagecache', $attr['format'], $asset->filepath, '', '', array('width' => '100'));
     case 'render':
-      return theme('imagecache', $attr['format'], $asset->filepath);
+      return theme('imagecache', $attr['format'], $asset->filepath, $attr['title'], $attr['title'], array('id' => 'image_'.$attr['format'].'_'.$attr['aid']));
   }
 }
 
