Merge "registration: Only allow one extension to set a specific config setting"
[lhc/web/wiklou.git] / includes / Setup.php
index 68e3d96..d4612dd 100644 (file)
@@ -284,7 +284,7 @@ unset( $repo ); // no global pollution; destroy reference
 
 // Convert this deprecated setting to modern system
 if ( $wgExperimentalHtmlIds ) {
-       $wgFragmentMode = [ 'html5-legacy', 'legacy' ];
+       $wgFragmentMode = [ 'html5-legacy', 'html5' ];
 }
 
 $rcMaxAgeDays = $wgRCMaxAge / ( 3600 * 24 );