Could have sworn I already did this, but I guess not... remove extra whitespace at...
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 2 Jan 2008 20:09:57 +0000 (20:09 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 2 Jan 2008 20:09:57 +0000 (20:09 +0000)
config/index.php

index c24b963..3e591b4 100644 (file)
@@ -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.