Last modified: 2008-01-15 01:24:00 UTC
And probably every SVG file mentions this wrong MIME type
http://en.wikipedia.org/w/index.php?title=Special:Search&search=.svg&fulltext=Search&ns6=1&offset=0&limit=100 shows 16655 files that all have it wrong
Keep in mind that this is cosmetic and has no affect on file serving.
As it's only cosmetic, it can't be difficult to fix quickly. Please do so. Keep in mind this error is seen in an incredible ammount of places around the web, so it's bound to cause people making mistakes
Fixed (cosmetically) in r17841.
Created attachment 2754 [details] Patch for a less cosmetic fix Here's a patch I made that should fix this properly. Anyone want to review it?
This is making SpecialUndelete to provide the wrong MIME (image/svg) on contenttype when viewing deleted images. Thus Firefox is treating it as a download instead of rendering it. This should be fixed before more and more svg (with wrong MIME type) are uploaded.
Doesn't seem to be a problem currently. (Tested Firefox 3.0 beta 2 and Safari 3.0)