Index: book.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/book/book.module,v
retrieving revision 1.448
diff -u -r1.448 book.module
--- book.module	26 Nov 2007 16:36:43 -0000	1.448
+++ book.module	11 Dec 2007 18:55:49 -0000
@@ -368,9 +368,8 @@
   $form['book'] = array(
     '#type' => 'fieldset',
     '#title' => t('Book outline'),
-    '#weight' => 10,
-    '#collapsible' => TRUE,
-    '#collapsed' => TRUE,
+    '#weight' => -4,
+    '#collapsible' => false,
     '#tree' => TRUE,
     '#attributes' => array('class' => 'book-outline-form'),
   );

