From 95be8acc30497c3daa477b141c8e96ba78e72139 Mon Sep 17 00:00:00 2001 From: kaldari Date: Fri, 20 Feb 2015 15:44:03 -0800 Subject: [PATCH] Fixing links on NoLocalSettings page This fixes a regression caused by change I28cd13d4d. Change-Id: Iff30f08688d17da2d690c5e798c43489b1cafc7e --- includes/templates/NoLocalSettings.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/templates/NoLocalSettings.mustache b/includes/templates/NoLocalSettings.mustache index 1649e3b75c..8a4616c455 100644 --- a/includes/templates/NoLocalSettings.mustache +++ b/includes/templates/NoLocalSettings.mustache @@ -28,10 +28,10 @@ {{^localSettingsExists}}

LocalSettings.php not found.

{{#installerStarted}} -

Please complete the installation and download LocalSettings.php.

+

Please complete the installation and download LocalSettings.php.

{{/installerStarted}} {{^installerStarted}} -

Please set up the wiki first!

+

Please set up the wiki first!

{{/installerStarted}} {{/localSettingsExists}} -- 2.20.1