Project

General

Profile

Bug #18081 ยป 31012008_csh_bubble.diff

Administrator Admin, 2008-01-31 10:43

View differences:

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
    (1-1/1)