Index: t3lib/class.t3lib_befunc.php =================================================================== --- t3lib/class.t3lib_befunc.php (revision 3744) +++ t3lib/class.t3lib_befunc.php (working copy) @@ -2419,7 +2419,7 @@ } // add description text if ($data['description'] || $arrow) { - $output = ''.nl2br(htmlspecialchars($data['description'])).$arrow.''; + $output = ''.nl2br($data['description']).$arrow.''; } // put header before the rest of the text