From e48a712c136a84f507af33d8dc95121eb1582354 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Tue, 12 Aug 2014 19:57:13 +0200 Subject: [PATCH] Remove unneeded spaces inside html in NoLocalSettings.php A should not be followed by a space, because the space is already before the tag. This gives double spaces when copy and paste the word and link. Change-Id: Ia46cafc6ea7359e92a315678020e7815810aac5a --- includes/templates/NoLocalSettings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/templates/NoLocalSettings.php b/includes/templates/NoLocalSettings.php index 33b240002a..bfa153d538 100644 --- a/includes/templates/NoLocalSettings.php +++ b/includes/templates/NoLocalSettings.php @@ -81,9 +81,9 @@ if ( !function_exists( 'session_name' ) ) {

complete the installation and download LocalSettings.php."; + echo "Please complete the installation and download LocalSettings.php."; } else { - echo "Please set up the wiki first."; + echo "Please set up the wiki first."; } ?>

-- 2.20.1