diff options
Diffstat (limited to 'modules/upload')
-rw-r--r-- | modules/upload/upload.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/upload/upload.module b/modules/upload/upload.module index e71099b27..defea1037 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')); } } |