From 3fdc4408c0cc9edb0af2103d1356bd4e3e78b26b Mon Sep 17 00:00:00 2001 From: ajstanley Date: Fri, 29 Jul 2016 14:26:41 -0300 Subject: [PATCH] coder standards --- islandora.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/islandora.module b/islandora.module index fd98df9e..2ffc8133 100644 --- a/islandora.module +++ b/islandora.module @@ -2193,7 +2193,7 @@ function islandora_islandora_overview_object(AbstractObject $object) { '#theme' => 'table', '#header' => array($header), '#rows' => $rows, - '#empty' => t('No Islandora content model associated with this object.') + '#empty' => t('No Islandora content model associated with this object.'), ); $rendered_table = drupal_render($table); return array('cmodels' => $rendered_table);