Index: typo3/sysext/cms/layout/db_layout.php =================================================================== --- typo3/sysext/cms/layout/db_layout.php (revision 5437) +++ typo3/sysext/cms/layout/db_layout.php (working copy) @@ -791,7 +791,7 @@ if (!$recordAccess) { // If no edit access, print error message: $content.=$this->doc->section($LANG->getLL('noAccess'),$LANG->getLL('noAccess_msg').'

'. - ($BE_USER->errorMsg ? 'Reason: '.$BE_USER->errorMsg.'

' : ''),0,1); + ($BE_USER->errorMsg ? 'Reason: ' . $BE_USER->errorMsg . '

' : ''), 0, 1); } elseif (is_array($rec)) { // If the record is an array (which it will always be... :-) // Create instance of TCEforms, setting defaults: @@ -890,7 +890,7 @@ $HTMLcode = ''; // CSH: - $HTMLcode.= t3lib_BEfunc::cshItem($this->descrTable,'quickEdit_selElement',$BACK_PATH,'|
'); + $HTMLcode.= t3lib_BEfunc::cshItem($this->descrTable, 'quickEdit_selElement', $BACK_PATH, '|
'); $HTMLcode.=$posMap->printContentElementColumns($this->id,$this->eRParts[1],$this->colPosList,$this->MOD_SETTINGS['tt_content_showHidden'],$this->R_URI);