From 8aff1f929e46ee26eeaecb8bcad9d74d60669d99 Mon Sep 17 00:00:00 2001 From: Rosemary Le Faive Date: Fri, 5 May 2017 14:43:51 -0400 Subject: [PATCH] Whitespace --- islandora.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/islandora.module b/islandora.module index 14f539e8..e58c2d71 100644 --- a/islandora.module +++ b/islandora.module @@ -1024,7 +1024,7 @@ function islandora_view_object(AbstractObject $object) { module_load_include('inc', 'islandora', 'includes/breadcrumb'); module_load_include('inc', 'islandora', 'includes/utilities'); - // Warn if object is inactive or deleted. + // Warn if object is inactive or deleted. if ($object->state != 'A') { drupal_set_message(t('This object is not active. Metadata may not display correctly.'), 'warning'); }