Bug #21136 ยป 12054.diff
typo3/view_help.php (Arbeitskopie) | ||
---|---|---|
}
|
||
}
|
||
if (!strcmp($parts,'')) unset($parts[0]);
|
||
if (!$parts[0]) {
|
||
unset($parts[0]);
|
||
}
|
||
$output.= implode('<br />',$parts);
|
||
}
|
||