diff --git a/includes/ingest.form.inc b/includes/ingest.form.inc index a32b2d29..48d4d2db 100644 --- a/includes/ingest.form.inc +++ b/includes/ingest.form.inc @@ -535,11 +535,11 @@ function islandora_ingest_form_add_step_context(array &$form, array $form_state) default: $form["islandora-ingest-form-step-context"] = array( - '#title' => t("Applicable Content Models"), - '#theme' => 'item_list', - '#items' => array_values($items), - '#weight' => -1000, - ); + '#title' => t("Applicable Content Models"), + '#theme' => 'item_list', + '#items' => array_values($items), + '#weight' => -1000, + ); break; } }