Index: typo3/mod/web/perm/index.php =================================================================== --- typo3/mod/web/perm/index.php (revision 5437) +++ typo3/mod/web/perm/index.php (working copy) @@ -518,7 +518,7 @@ $this->content.=$this->doc->section($LANG->getLL('permissions').':',$code); // CSH for permissions setting - $this->content.= t3lib_BEfunc::cshItem('xMOD_csh_corebe', 'perm_module_setting', $GLOBALS['BACK_PATH'],'

'); + $this->content.= t3lib_BEfunc::cshItem('xMOD_csh_corebe', 'perm_module_setting', $GLOBALS['BACK_PATH'], '

'); // Adding help text: if ($BE_USER->uc['helpText']) { @@ -702,7 +702,7 @@ $this->content.=$this->doc->section('',$code); // CSH for permissions setting - $this->content.= t3lib_BEfunc::cshItem('xMOD_csh_corebe', 'perm_module', $GLOBALS['BACK_PATH'],'
|'); + $this->content.= t3lib_BEfunc::cshItem('xMOD_csh_corebe', 'perm_module', $GLOBALS['BACK_PATH'], '
|'); // Creating legend table: $legendText = ''.$LANG->getLL('1',1).': '.$LANG->getLL('1_t',1);