Browse Source

white space pulled

pull/653/head
ajstanley 8 years ago
parent
commit
cb2aeee3af
  1. 2
      theme/theme.inc

2
theme/theme.inc

@ -139,7 +139,7 @@ function islandora_preprocess_islandora_default(&$variables) {
$datastreams[$id]['class'] = drupal_strtolower(preg_replace('/[^A-Za-z0-9]/', '-', $id)); $datastreams[$id]['class'] = drupal_strtolower(preg_replace('/[^A-Za-z0-9]/', '-', $id));
} }
catch (RepositoryException $e) { catch (RepositoryException $e) {
} }
} }
$variables['datastreams'] = $datastreams; $variables['datastreams'] = $datastreams;

Loading…
Cancel
Save