Browse Source

removed space, coding standards

pull/307/head
Alan Stanley 12 years ago
parent
commit
b4b33df1f5
  1. 2
      includes/utilities.inc

2
includes/utilities.inc

@ -776,7 +776,7 @@ function islandora_content_model_select_table_form_element($drupal_variable) {
'pid' => array('data' => t('PID')),
'title' => array('data' => t('Content Model')),
);
// Build and return table element.
// Build and return table element.
$element = array(
'#type' => 'tableselect',
'#header' => $header,

Loading…
Cancel
Save