Project

General

Profile

Bug #23555 » 15735_43.patch

Administrator Admin, 2010-12-02 20:29

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (Arbeitskopie)
} else {
$confData['fieldname'] = str_replace(' ','_',trim($typeParts[0]));
}
$confData['fieldname'] = htmlspecialchars($confData['fieldname']);
$fieldCode='';
if ($conf['wrapFieldName']) {
(3-3/12)