Index: typo3/view_help.php =================================================================== --- typo3/view_help.php (Revision 6045) +++ typo3/view_help.php (Arbeitskopie) @@ -444,7 +444,9 @@ } } - if (!strcmp($parts,'')) unset($parts[0]); + if (!$parts[0]) { + unset($parts[0]); + } $output.= implode('
',$parts); }