Index: image.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/image/image.module,v
retrieving revision 1.240
diff -u -r1.240 image.module
--- image.module	30 Jun 2007 22:39:07 -0000	1.240
+++ image.module	30 Jun 2007 22:45:51 -0000
@@ -657,7 +657,7 @@
  * Theme an img tag for displaying the image.
  */
 function theme_image_display($node, $label, $url, $attributes) {
-  return '<img src="'. check_url($url) .'" alt="'. check_plain($node->title) .'" title="'. check_plain($node->title) .'" '. drupal_attributes($attributes) .' />';
+  return theme('image', $url, $node->title, $node->title, $attributes, FALSE);
 }
 
 
