From: Brion Vibber Date: Wed, 2 Jan 2008 20:09:57 +0000 (+0000) Subject: Could have sworn I already did this, but I guess not... remove extra whitespace at... X-Git-Tag: 1.31.0-rc.0~50174 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=52561b782803af000bf259ef0324fc059e666219;p=lhc%2Fweb%2Fwiklou.git Could have sworn I already did this, but I guess not... remove extra whitespace at the end of generated LocalSettings.php --- 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.