--- content_taxonomy_autocomplete.module.old	2007-09-03 10:50:28.000000000 +0200
+++ content_taxonomy_autocomplete.module.new	2008-12-10 11:26:58.000000000 +0100
@@ -192,7 +192,7 @@ function content_taxonomy_autocomplete_l
     }
       
     if ($multiple) {
-      $prefix = count($array) ? implode(',', $array) .', ' : '';
+      $prefix = count($array) ? implode(', ', $array) .', ' : '';
     }
     else {
       $prefix = '';
