Index: t3lib/class.t3lib_tceforms.php =================================================================== --- t3lib/class.t3lib_tceforms.php (revision 6393) +++ t3lib/class.t3lib_tceforms.php (working copy) @@ -3961,7 +3961,7 @@ $dist = $dist ? '' : ''; $outStr = ''.implode(''.$dist.'',$outArr).''; } - $outStr = ''.$outStr.'
'; + $outStr = ''.$outStr.'
'; } else { $outStr = implode('',$outArr); }