Last modified: 2005-12-12 00:27:06 UTC
When a page contains a header such as === a === and is browsed with IE (with debugging enabled), rendering the page gives an error a the line: a = n.childNodes[0];
It could either be that there is rubbish in the ta variable or that that the headings define global id without any prefixes, which is a bug.
wikibits.js code was buggy, missing local variable declarations. Apparently on IE at least the 'id' attribute shoved things into global namespace which then got picked up. Fixed in CVS HEAD.