diff -ru trunk.orig/typo3/file_edit.php trunk/typo3/file_edit.php --- trunk.orig/typo3/file_edit.php 2008-05-26 22:23:38.000000000 +0200 +++ trunk/typo3/file_edit.php 2008-05-26 23:32:51.000000000 +0200 @@ -207,8 +207,8 @@ 'CSH' => $docHeaderButtons['csh'], 'FUNC_MENU' => t3lib_BEfunc::getFuncMenu($this->id, 'SET[function]', $this->MOD_SETTINGS['function'], $this->MOD_MENU['function']), 'BUTTONS' => $docHeaderButtons, - 'CONTENT' => $pageContent, 'PATH' => $this->title, + 'CONTENT' => $pageContent, ); $this->content.= $this->doc->moduleBody(array(), $docHeaderButtons, $markerArray);