Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -2320,11 +2320,11 @@ |
2321 | 2321 | * not, use only HTML 4-compatible IDs. This option is for testing -- when the |
2322 | 2322 | * functionality is ready, it will be on by default with no option. |
2323 | 2323 | * |
2324 | | - * Currently this appears to work fine in Chrome 4 and 5, Firefox 3.5 and 3.6, IE6 |
2325 | | - * and 8, and Opera 10.50, but it fails in Opera 10.10: Unicode IDs don't seem |
2326 | | - * to work as anchors. So not quite ready for general use yet. |
| 2324 | + * Currently this appears to work fine in all browsers, but it's disabled by |
| 2325 | + * default because it normalizes id's a bit too aggressively, breaking preexisting |
| 2326 | + * content (particularly Cite). See bug 27733, bug 27694, bug 27474. |
2327 | 2327 | */ |
2328 | | -$wgExperimentalHtmlIds = true; |
| 2328 | +$wgExperimentalHtmlIds = false; |
2329 | 2329 | |
2330 | 2330 | /** |
2331 | 2331 | * Abstract list of footer icons for skins in place of old copyrightico and poweredbyico code |