Fix wikibits.js script broken by last commit. That tweaked DOM: editsections are...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 12 Oct 2006 08:15:50 +0000 (08:15 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 12 Oct 2006 08:15:50 +0000 (08:15 +0000)
commit9430ed82582a4d118bc2cbbf98f0f43baf26d7ed
tree40c1ef31201ce2b1832665fa0ac0cd1874dd85a0
parent2d6344080e2423f3aaaec60b0d4cb64f2163bd12
Fix wikibits.js script broken by last commit.  That tweaked DOM: editsections are now spans instead of divs and are inside the h# tags, so JavaScript etc. that relies on their being divs will break briefly.  However, this is the logical approach, since it will attach the editsection to the header naturally, including auto-centering etc.
skins/common/wikibits.js