It appears that some MIME detectors on Windows machines identify svg's as 'image...
authorDaniel Cannon <amidaniel@users.mediawiki.org>
Tue, 17 Jul 2007 06:04:09 +0000 (06:04 +0000)
committerDaniel Cannon <amidaniel@users.mediawiki.org>
Tue, 17 Jul 2007 06:04:09 +0000 (06:04 +0000)
includes/DefaultSettings.php

index 0eb4fb7..8401fb0 100644 (file)
@@ -1586,6 +1586,7 @@ $wgMediaHandlers = array(
        'image/gif' => 'BitmapHandler',
        'image/x-ms-bmp' => 'BmpHandler',
        'image/svg+xml' => 'SvgHandler',
+       'image/svg' => 'SvgHandler',
        'image/vnd.djvu' => 'DjVuHandler',
 );