Active
Project:
Translation Management
Version:
6.x-1.26
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2011 at 11:33 UTC
Updated:
22 Jun 2011 at 11:33 UTC
When a CCK field is translated and contains commas, any white space after the comma is lost. For example:
testing 1, 2, 3
ends up as:
testing 1,2,3
I believe this is partly to do with commit 6f4559b which fixed the data being cut after the comma.