Typo in example comment
authorRob Church <robchurch@users.mediawiki.org>
Mon, 15 Jan 2007 06:53:37 +0000 (06:53 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Mon, 15 Jan 2007 06:53:37 +0000 (06:53 +0000)
includes/DefaultSettings.php

index 254fead..20c3915 100644 (file)
@@ -2246,7 +2246,7 @@ $wgTrustedMediaFormats= array(
        MEDIATYPE_VIDEO,  //all plain video formats
        "image/svg",  //svg (only needed if inline rendering of svg is not supported)
        "application/pdf",  //PDF files
-       #"application/x-shockwafe-flash", //flash/shockwave movie
+       #"application/x-shockwave-flash", //flash/shockwave movie
 );
 
 /**