From 84cbba8bed986ed49fe55d9a5c0693578e18d941 Mon Sep 17 00:00:00 2001 From: sharvey Date: Wed, 20 Oct 2010 02:33:13 +0000 Subject: [PATCH] MINOR Clearer message when rewrite doesn't work during installation MINOR Fixed missing end to anchor tag git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@112972 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- install.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/install.php b/install.php index b775d3c..02876dc 100644 --- a/install.php +++ b/install.php @@ -1200,17 +1200,19 @@ TEXT; window.location = "home/successfullyinstalled?flush=1"; }, 2000); } else { - $('#ModRewriteResult').html("Friendly URLs are not working. This is most likely because a rewrite module isn't configured" - + "correctly on your site. Please check the following things in your Apache configuration; " - + " you may need to get your web host or server administrator to do this for you:" - + ""); + $('#ModRewriteResult').html("Friendly URLs are not working. This is most likely because a rewrite module isn't configured " + + "correctly on your site. You may need to get your web host or server administrator to do this for you: " + + ""); } } }); } HTML; }