Last modified: 2007-05-06 06:05:33 UTC
In header.html.tmpl, <!--[if IE]><style type="text/css" media="all">@import "http://en.wikipedia.org/skins/monobook/IEFixes.css";</style> should be replaced by : <!--[if lt IE 5.5000]><style type="text/css">@import "/skins-1.5/monobook/IE50Fixes.css";</style><![endif]--> <!--[if IE 5.5000]><style type="text/css">@import "/skins-1.5/monobook/IE55Fixes.css";</style><![endif]--> <!--[if IE 6]><style type="text/css">@import "/skins-1.5/monobook/IE60Fixes.css";</style><![endif]--> <!--[if IE 7]><style type="text/css">@import "/skins-1.5/monobook/IE70Fixes.css?1";</style><![endif]--> as : http://en.wikipedia.org/skins/monobook/IEFixes.css 404 not found
I don't get a 404, I get a file that includes the 6.0, 5.0, and 5.5 fix files using various hacky techniques. It doesn't have the 7.0 fixes, though. Are you sure the Wikipedia server wasn't just briefly down when you saw this?
Simetrical > 404 not found concerns http://en.wikipedia.org/skins/monobook/IEFixes.css is 404, others files are new files included in wikipedia projects.
Right, that gives me a 404 now. It didn't before, I guess.
actually, it needs to use absolute links because /skins-1.5 doesn't exist on bugzilla. i applied the current code from monobook.