diff --git a/modules/taxonomy/cms_taxonomy_api.e b/modules/taxonomy/cms_taxonomy_api.e index 1cd781a..bec5114 100644 --- a/modules/taxonomy/cms_taxonomy_api.e +++ b/modules/taxonomy/cms_taxonomy_api.e @@ -318,7 +318,7 @@ feature -- Web forms s.append_character (',') s.append_character (' ') end - if ic.item.text.has (' ') then + if ic.item.text.has (',') then s.append_character ('"') s.append (t.text) s.append_character ('"')