Bug #18081 ยป 31012008_csh_bubble.diff
t3lib/class.t3lib_befunc.php (working copy) | ||
---|---|---|
}
|
||
// add description text
|
||
if ($data['description'] || $arrow) {
|
||
$output = '<span class="paragraph">'.$data['description'].$arrow.'</span>';
|
||
$output = '<span class="paragraph">'.nl2br(htmlspecialchars($data['description'])).$arrow.'</span>';
|
||
}
|
||
// put header before the rest of the text
|