Project

General

Profile

Bug #83816

Updated by Georg Ringer over 4 years ago

Today I migrated a page from 7.6 and CSC to 8.7 and FSC. There were many CE table on that page looking like that (these are schedules): 

 <pre> 
 |Mittwoch|Donnerstag|Freitag 

 Uhr||| 

 10||00|50 

 12||00|50 

 14|00|50|50 

 16|00|50| 

 18|00|50| 

 20|00|50| 
 </pre> 

 With CSC all was fine, but with FSC all cells with "00" will be emptied! I have to prepand a sign (like ":", but not ".") to prevent emptiing of the cells. 
 I tried to investigate where the cells are beeing emptied, maybe somewhere in CsvUtility, but I don't know.

Back