--- content_taxonomy.module.original 2009-06-20 23:47:32.000000000 -0500 +++ content_taxonomy.module 2009-06-20 23:47:17.000000000 -0500 else { $value = $term->name; } //do a check_plain except for selects because form api does that - $options[$term->tid] = ($field['widget']['type'] == 'content_taxonomy_select') ? $value : check_plain($value); + $options[$term->tid] = ($field['widget']['type'] == 'content_taxonomy_select') ? $value : $value; } }