Bug #23555 » 15735_43.patch
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']) {
|