Index: t3lib/class.t3lib_tceforms.php
===================================================================
--- t3lib/class.t3lib_tceforms.php (revision 3842)
+++ t3lib/class.t3lib_tceforms.php (working copy)
@@ -1346,7 +1346,7 @@
$cBID = $PA['itemFormElID'].'_'.$c;
$item.= ($c>0?'
':'').
'insertDefStyle('check').' value="1" name="'.$cBName.'"'.$cBP.$PA['onFocus'].$disabled.' id="'.$cBID.'" />'.
- htmlspecialchars($p[0]);
+ $this->wrapLabels('');
}
}
if (!$disabled) {