Turning validation back off by default. I'm assuming this was checked in by mistake.
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 25 Sep 2004 10:50:01 +0000 (10:50 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 25 Sep 2004 10:50:01 +0000 (10:50 +0000)
includes/DefaultSettings.php

index ce6fe0e..9204050 100644 (file)
@@ -665,7 +665,7 @@ $wgMaxTocLevel = 999;
 $wgUseGeoMode = false;
 
 # Validation for print or other production versions
-$wgUseValidation = true;
+$wgUseValidation = false;
 
 # Use external C++ diff engine (module wikidiff from the
 # extensions package)