Index: includes/common.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/common.inc,v retrieving revision 1.473 diff -u -r1.473 common.inc --- includes/common.inc 23 Aug 2005 05:19:44 -0000 1.473 +++ includes/common.inc 23 Aug 2005 20:29:56 -0000 @@ -1191,7 +1191,7 @@ if (count($options) > 0) { $choices = ''; foreach ($options as $key => $choice) { - $choices .= '
'; + $choices .= '
'; } return theme('form_element', $title, $choices, $description, NULL, $required, _form_get_error($name)); } @@ -1420,12 +1420,12 @@ 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));