From 52561b782803af000bf259ef0324fc059e666219 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 2 Jan 2008 20:09:57 +0000 Subject: [PATCH] Could have sworn I already did this, but I guess not... remove extra whitespace at the end of generated LocalSettings.php --- config/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.php b/config/index.php index c24b963d36..3e591b4fb5 100644 --- a/config/index.php +++ b/config/index.php @@ -1673,7 +1673,7 @@ if ( \$wgCommandLineMode ) { # When you make changes to this configuration file, this will make # sure that cached pages are cleared. \$wgCacheEpoch = max( \$wgCacheEpoch, gmdate( 'YmdHis', @filemtime( __FILE__ ) ) ); - "; ## End of setting the $localsettings string +"; ## End of setting the $localsettings string // Keep things in Unix line endings internally; // the system will write out as local text type. -- 2.20.1