diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc index 56542ba7c189bfebfa731357977620de4562e835..79480db6bcacedb9d7a62dfa42f8b919ef7fa79f 100644 --- a/modules/node/content_types.inc +++ b/modules/node/content_types.inc @@ -108,7 +108,6 @@ function node_type_form(&$form_state, $type = NULL) { '#type' => 'fieldset', '#title' => t('Submission form settings'), '#collapsible' => TRUE, - '#collapsed' => FALSE, ); $form['submission']['title_label'] = array( '#title' => t('Title field label'),