--- includes/form.inc.orig 2008-12-30 11:43:14.000000000 -0500
+++ includes/form.inc 2009-01-09 10:22:45.000000000 -0500
@@ -1549,7 +1549,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']);
@@ -1977,7 +1977,7 @@ function theme_checkbox($element) {
$checkbox .= drupal_attributes($element['#attributes']) . ' />';
if (!is_null($element['#title'])) {
- $checkbox = '';
+ $checkbox = '';
}
unset($element['#title']);