From: Christian Kuhn Date: Mon, 7 May 2012 20:38:49 +0000 (+0200) Subject: [BUGFIX] Remove superfluous LF in install/index.php X-Git-Tag: TYPO3_6-0-0alpha1~72 X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff_plain/9b94bc6170095f07f54d4421fe07c8895b7931f5 [BUGFIX] Remove superfluous LF in install/index.php The constant refactoring of #36889 introduced a minor issue with not already defined constants early in install/index.php. The constant access is not really needed anyway, so it is removed now. Change-Id: Ic16fbb4106d8773b94bc2c4aa7ecc937e19ab4d2 Related: #36889 Resolves: #36935 Releases: 6.0 Reviewed-on: http://review.typo3.org/11060 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn --- diff --git a/typo3/install/index.php b/typo3/install/index.php index b8fdc8867a2f..74fb45a5c0a3 100755 --- a/typo3/install/index.php +++ b/typo3/install/index.php @@ -83,7 +83,7 @@ if (1==2 || !is_file($enableInstallToolFile) || $removeInstallToolFileFailed) { $stylesheet = ''; $javascript = '' . LF; + '../contrib/prototype/prototype.js">'; $javascript .= '';