Index: img_assist.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/img_assist/img_assist.module,v retrieving revision 1.103 diff -u -p -r1.103 img_assist.module --- img_assist.module 9 Jun 2009 00:55:06 -0000 1.103 +++ img_assist.module 11 Jun 2009 20:47:09 -0000 @@ -1302,7 +1302,7 @@ function img_assist_display(&$node, $siz _img_assist_build_derivatives($node, $size); } - return image_display($node, $label); + return image_display($node, $label, $attributes); } /**