--- comment_upload.orig/comment_upload.module   2007-05-13 16:54:01.000000000 -0300
+++ comment_upload/comment_upload.module        2008-02-26 12:46:43.000000000 -0300
@@ -298,7 +298,7 @@
         if (preg_match($regex, $file->filename)) {
           unset($files[$key]);
           $href = check_url(strpos($file->fid, 'upload') === false ? file_create_url($file->filepath) : url(file_create_filename($file->filename, file_create_path())));
-          $html .= '<img src="'. $href .'" title="'. check_plain($file->description) . '"/>';
+          $html .= '<img src="'. $href .'" title="'. check_plain($file->description) . '" alt="'. check_plain($file->description) .'" />';
         }
       }
     }
