From 9b94bc6170095f07f54d4421fe07c8895b7931f5 Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Mon, 7 May 2012 22:38:49 +0200 Subject: [PATCH] [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 --- typo3/install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= ''; -- 2.20.1