Improve $wgExperimentalHtmlIds support
authorAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 5 Aug 2010 20:16:43 +0000 (20:16 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 5 Aug 2010 20:16:43 +0000 (20:16 +0000)
commit65e8acdf0a1ad11834ea2a0e8e73125cf67f3059
tree2889fdbce3da49e0d6302415766c9a4e1970e303
parent6b1c0e2d4044d53be0faf858c32733728e97d6e1
Improve $wgExperimentalHtmlIds support

Now works (again?) in IE6.  That didn't like getting non-legacy ID's on
redirects -- it doesn't interpret them as UTF-8, so anything non-ASCII
breaks.  If this works in all the browsers I test in, I'll enable it --
it will produce *much* nicer-looking anchors for non-English wikis, and
also section names with English punctuation.
includes/EditPage.php
includes/parser/Parser.php