Bug #36837 ยป typo3-4.7.0-helptextarrayfix.patch
t3lib/class.t3lib_befunc.php 2012-05-04 08:10:48.000000000 +0200 | ||
---|---|---|
}
|
||
// add description text
|
||
if ($helpTextArray['description'] || $arrow) {
|
||
$output['description'] = '<p class="t3-help-short">' . nl2br(htmlspecialchars($helpTextArray['description'])) . $arrow . '</p>';
|
||
$helpTextArray['description'] = '<p class="t3-help-short">' . nl2br(htmlspecialchars($helpTextArray['description'])) . $arrow . '</p>';
|
||
}
|
||
return $output;
|