Index: typo3/init.php =================================================================== --- typo3/init.php (revision 5438) +++ typo3/init.php (working copy) @@ -134,7 +134,7 @@ // Remove this line if you want to debug this problem a little more... die(); echo '

If you expect any help from anybody on this issue, you should save this page as an html document and send it along with your request for help!'; - echo '
';
+	echo '
';
 	print_r(array(
 		'TYPO3_OS'=>TYPO3_OS,
 		'PATH_thisScript'=>PATH_thisScript,
@@ -143,7 +143,7 @@
 		'PATH_TRANSLATED'=>$_SERVER['PATH_TRANSLATED'],
 		'SCRIPT_FILENAME'=>$_SERVER['SCRIPT_FILENAME']
 	));
-	echo '

'; + echo '

'; phpinfo(); exit; } else {