Last modified: 2006-04-04 02:41:29 UTC
To solve the problem described in bug 5236: In http://en.wikipedia.org/w/index.php?title=-&action=raw&gen=js there is var skin = 'monobook'; and var stylepath = '/skins-1.5'; Those variables are used in wikibits.js under "document.write special stylesheet links"! Because wikibits.js is now loaded before the generated Monobook.js (see bug 5236), the CSS stylesheets for Opera 6/ 7 and KHTML are not loaded any more! Please put those two variables (skin dependent!) into the page source (html output); see Bug 5236 comment #6.
Fixed in r13448; put live.
*** Bug 5342 has been marked as a duplicate of this bug. ***