Custom taxonomies not displaying in some custom posts

I managed to get it working. This is the code i used:


<?php echo get_the_term_list( $post->ID, 'regisseur', 'Regisseur: ', ', ', '' ); ?>

All custom taxonomies show fine now. Only thing i need now is to not show a blank line when a custom taxonomy has no values. If anybody has any ideas?