Index: t3lib/class.t3lib_tceforms_inline.php =================================================================== --- t3lib/class.t3lib_tceforms_inline.php (Revision 8737) +++ t3lib/class.t3lib_tceforms_inline.php (Arbeitskopie) @@ -434,7 +434,7 @@ } if ($config['renderFieldsOnly']) { - $out = $fields . $combination; + $out = '
' . $fields . $combination . '
'; } else { // set the record container with data for output $out = '
' . $fields . $combination . '
';