Index: imagefield_assist.module
===================================================================
--- imagefield_assist.module	(revision 4008)
+++ imagefield_assist.module	(working copy)
@@ -1435,13 +1435,12 @@
       $img_path = imagecache_create_url($attributes['preset'], $image->path);
     
     $img_tag = sprintf(
-      '<img src="%s" alt="%s" title="%s" width="%s" height="%s" align="%s" />',
+      '<img src="%s" alt="%s" title="%s" width="%s" height="%s" />',
       $img_path,
       $attributes['alt'],
       $attributes['title'],
       $attributes['width'],
-      $attributes['height'],
-      $attributes['align']
+      $attributes['height']
     );
 
     $link = $attributes['link'];
