Project

General

Profile

Feature #18885 » 8574-csh-html-in-description.diff

Administrator Admin, 2008-06-01 11:18

View differences:

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