--- taxonomy_super_select.module_ORIG 2010-08-03 11:19:58.000000000 -0500 +++ taxonomy_super_select.module 2010-08-03 11:21:56.000000000 -0500 @@ -162,7 +162,7 @@ function _tss_branch($vid, $term, $value '#weight' => ($fieldweight >= 0) ? $fieldweight : $term->weight, '#parents' => array('taxonomy', $vid), '#description' => $term->description . $help, - '#prefix' => '
', + '#prefix' => '
', '#suffix' => '
', ); // If we have vocabulary that is single select and not required or is freetagging we need a way to unselect the term