summaryrefslogtreecommitdiff
path: root/modules/upload/upload.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/upload/upload.module')
-rw-r--r--modules/upload/upload.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/upload/upload.module b/modules/upload/upload.module
index 50f795bc2..67069b902 100644
--- a/modules/upload/upload.module
+++ b/modules/upload/upload.module
@@ -395,7 +395,7 @@ function upload_form($node) {
$form['attachments'] = array(
'#type' => 'fieldset', '#title' => t('File attachments'), '#collapsible' => TRUE, '#collapsed' => empty($node->files),
'#description' => t('Changes made to the attachments are not permanent until you save this post. The first "listed" file will be included in RSS feeds.'),
- '#prefix' => '<div class="attachments">', '#suffix' => '</div>', '#weight' => 15
+ '#prefix' => '<div class="attachments">', '#suffix' => '</div>'
);
$form['attachments'] += _upload_form($node);