--- t3lib/class.t3lib_befunc.php.orig 2012-05-04 08:10:16.000000000 +0200 +++ t3lib/class.t3lib_befunc.php 2012-05-04 08:10:48.000000000 +0200 @@ -2437,7 +2437,7 @@ final class t3lib_BEfunc { } // add description text if ($helpTextArray['description'] || $arrow) { - $output['description'] = '

' . nl2br(htmlspecialchars($helpTextArray['description'])) . $arrow . '

'; + $helpTextArray['description'] = '

' . nl2br(htmlspecialchars($helpTextArray['description'])) . $arrow . '

'; } return $output;