Fix for Code

  1.   $form['create']['block_mode'] = array(
  2.     '#type' => 'select',
  3.     '#title' => t('Display mode'),
  4.     '#options' => $block_modes,
  5.     '#default_value' => $index->block_mode,
  6.     '#prefix' => '<div id="index-block-settings" class="index-settings">',
  7.     '#suffix' => '</div>',
  8.   );

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.