From 0d1c47c16512fc9f2fa618b7801ab6f32d544cdc Mon Sep 17 00:00:00 2001
From: unknown <Danillo@.(none)>
Date: Fri, 20 Nov 2009 12:05:38 -0200
Subject: [PATCH] 2

---
 imagefield_assist.module |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/imagefield_assist.module b/imagefield_assist.module
index 3424ee0..a2febee 100644
--- a/imagefield_assist.module
+++ b/imagefield_assist.module
@@ -1451,13 +1451,12 @@ function imagefield_assist_render_image($attributes = array()) {
     }
     
     $img_tag = sprintf(
-      '<img src="%s" alt="%s" title="%s" %s %s align="%s" />',
+      '<img src="%s" alt="%s" title="%s" %s %s />',
       $img_path,
       $attributes['alt'],
       $attributes['title'],
       $width,
-      $height,
-      $attributes['align']
+      $height
     );
 
     $link = $attributes['link'];
-- 
1.6.4.msysgit.0

