Index: tagadelic.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/tagadelic/tagadelic.module,v
retrieving revision 1.37
diff -r1.37 tagadelic.module
291c291
<     $output .= l($term->name, taxonomy_term_path($term), array('class'=>"tagadelic level$term->weight")) ." \n";
---
>     $output .= l(str_replace(' ', '&nbsp;', $term->name), taxonomy_term_path($term), array('class'=>"tagadelic level$term->weight"), NULL, NULL, FALSE, TRUE) ." \n";
