Feature #18885 » 8574-csh-html-in-description.diff
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
|
- « Previous
- 1
- 2
- 3
- Next »