Since yesterday the link to toggle the table of contents is missing in Internet Explorer 8. No Javascript errors are shown, but I can confirm in IE's console that
$('<a href="#">').lenght === 0
but
$('<a href="#" />').lenght === 1
So for some reason the link is not created any more by the code in mediawiki.util.js.
Version: 1.18.x
Severity: major