diff --git a/islandora.api.php b/islandora.api.php index 6d5ad433..cea0c3ca 100644 --- a/islandora.api.php +++ b/islandora.api.php @@ -805,6 +805,6 @@ function hook_islandora_metadata_display_info() { function hook_islandora_get_breadcrumb_query_predicates() { return array( 'somepredicate', - 'someotherpredicate,' + 'someotherpredicate', ); }