Index: typo3/sysext/cms/tslib/class.tslib_content.php =================================================================== --- typo3/sysext/cms/tslib/class.tslib_content.php (Revision 9751) +++ typo3/sysext/cms/tslib/class.tslib_content.php (Arbeitskopie) @@ -1835,6 +1835,7 @@ } else { $confData['fieldname'] = str_replace(' ','_',trim($typeParts[0])); } + $confData['fieldname'] = htmlspecialchars($confData['fieldname']); $fieldCode=''; if ($conf['wrapFieldName']) {