From: umherirrender Date: Tue, 12 Aug 2014 17:57:13 +0000 (+0200) Subject: Remove unneeded spaces inside html in NoLocalSettings.php X-Git-Tag: 1.31.0-rc.0~14142^2 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=e48a712c136a84f507af33d8dc95121eb1582354;p=lhc%2Fweb%2Fwiklou.git 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 --- 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."; } ?>