Index: typo3/wizard_table.php =================================================================== --- typo3/wizard_table.php (revision 2a253624) +++ typo3/wizard_table.php (working copy) @@ -628,6 +628,7 @@ function cfgString2CfgArray($cfgStr,$cols) { // Explode lines in the configuration code - each line is a table row. + $cfgStr = str_replace(CRLF,LF,$cfgStr); $tLines=explode(LF,$cfgStr); // Setting number of columns