Index: typo3/sysext/install/mod/class.tx_install.php =================================================================== --- typo3/sysext/install/mod/class.tx_install.php (revision 6353) +++ typo3/sysext/install/mod/class.tx_install.php (working copy) @@ -3560,7 +3560,7 @@ ',-1); } else { $this->message($tLabel,'Invalid table and field definitions in $TCA!',' - There are some tables and/or fields configured in the \$TCA array which does not exist in the database! + There are some tables and/or fields configured in the $TCA array which do not exist in the database! This will most likely cause you trouble with the TYPO3 backend interface! ',3); while(list($tableName, $conf)=each($cmpTCA_DB['extra'])) { @@ -4257,7 +4257,7 @@ $out.=''.$this->fw($fieldname).''.$fieldContent.''; } } - $out= ''.$out.'
'; + $out = '' . $out . '
'; return $out; } Index: typo3/sysext/install/mod/install.css =================================================================== --- typo3/sysext/install/mod/install.css (revision 6353) +++ typo3/sysext/install/mod/install.css (working copy) @@ -119,7 +119,12 @@ .tcaTableHeader { background-color: #b3b7bd; + padding: 2px; } +.tcaTableBackground { + background-color: #e4e5f0; + padding: 2px; +} /* Styles for messages (matching flash messages) */