--- oldcommon.inc 2005-06-23 12:46:36.187450200 +0100 +++ newcommon.inc 2005-06-23 12:47:23.963187184 +0100 @@ -1418,15 +1418,15 @@ if (is_array($choice)) { $select .= ''; foreach ($choice as $key => $choice) { - $select .= ''; + $select .= ''; } $select .= ''; } else { - $select .= ''; + $select .= ''; } } - return theme('form_element', $title, '', $description, 'edit-'. $name, $required, _form_get_error($name)); + return theme('form_element', $title, '', $description, 'edit-'. $name, $required, _form_get_error($name)); } /**