X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=2b2695cdf74a7f190af4169bc2d9f7703839042a;hp=9208dec80ba3d6a521158860961605ffee79f135;hb=6b3e5511fb848890f174690885e748b90389c0b8;hpb=6bf34ad9c118994c7451f85b859b270c2c402b30 diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 9208dec80b..2b2695cdf7 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3411,7 +3411,7 @@ $wgExperimentalHtmlIds = false; * * @since 1.30 */ -$wgFragmentMode = [ 'legacy' ]; +$wgFragmentMode = [ 'legacy', 'html5' ]; /** * Which ID escaping mode should be used for external interwiki links? See documentation @@ -3936,9 +3936,6 @@ $wgNamespaceAliases = []; * because articles can be created such that they are hard to view or edit. * * In some rare cases you may wish to remove + for compatibility with old links. - * - * Theoretically 0x80-0x9F of ISO 8859-1 should be disallowed, but - * this breaks interlanguage links */ $wgLegalTitleChars = " %!\"$&'()*,\\-.\\/0-9:;=?@A-Z\\\\^_`a-z~\\x80-\\xFF+";