diff --git a/modules/upload/upload.module b/modules/upload/upload.module index e71099b27907..defea1037230 100644 --- a/modules/upload/upload.module +++ b/modules/upload/upload.module @@ -449,7 +449,7 @@ function theme_upload_attachments($elements) { } } if (count($rows)) { - return theme('table', $header, $rows, array('id' => 'attachments')); + return theme('table', $header, $rows, array('class' => 'attachments')); } }