Index: includes/form.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/form.inc,v retrieving revision 1.265.2.17 diff -u -p -r1.265.2.17 form.inc --- includes/form.inc 12 Jan 2009 16:07:23 -0000 1.265.2.17 +++ includes/form.inc 16 Feb 2009 15:12:34 -0000 @@ -1533,7 +1533,7 @@ function theme_radio($element) { $output .= (check_plain($element['#value']) == $element['#return_value']) ? ' checked="checked" ' : ' '; $output .= drupal_attributes($element['#attributes']) .' />'; if (!is_null($element['#title'])) { - $output = ''; + $output = ''; } unset($element['#title']); @@ -1872,7 +1872,7 @@ function theme_checkbox($element) { $checkbox .= drupal_attributes($element['#attributes']) .' />'; if (!is_null($element['#title'])) { - $checkbox = ''; + $checkbox = ''; } unset($element['#title']);