Browse Source

fixed typo

pull/24/head
Ben Woodhead 13 years ago
parent
commit
bdf7c638ae
  1. 2
      formClass.inc

2
formClass.inc

@ -338,7 +338,7 @@ class formClass {
'#type' => 'fieldset',
'#title' => t('Advanced configuration option'),
'#description' => t('Advanced configuration. Under normal circumstances these will not be touched'),
'#collapsable' => true,
'#collapsible' => true,
'#collapsed' => true,
);
$form['advanced']['fedora_object_display_title'] = array(

Loading…
Cancel
Save