Index: typo3/class.db_list_extra.inc =================================================================== --- typo3/class.db_list_extra.inc (revision 9930) +++ typo3/class.db_list_extra.inc (working copy) @@ -1210,9 +1210,16 @@ // "Edit Perms" link: if ($table=='pages' && $GLOBALS['BE_USER']->check('modules','web_perm')) { - $cells['perms']=''. - t3lib_iconWorks::getSpriteIcon('status-status-locked') . - ''; + $cells['perms'] = + ''. + t3lib_iconWorks::getSpriteIcon('status-status-locked') . + ''; } elseif(!$this->table && $GLOBALS['BE_USER']->check('modules','web_perm')) { $cells['perms'] = $this->spaceIcon; } @@ -1867,4 +1874,4 @@ include_once($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['typo3/class.db_list_extra.inc']); } -?> +?> \ No newline at end of file