From 02d1d5f911de40451b749db246f0f362d5b56aba Mon Sep 17 00:00:00 2001 From: Adam Vessey Date: Mon, 24 Oct 2016 10:39:51 -0300 Subject: [PATCH] Coding standards. --- includes/ingest.form.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; } }