7, it's 7! (follow up to r68824)
authorPlatonides <platonides@users.mediawiki.org>
Mon, 12 Jul 2010 20:11:41 +0000 (20:11 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Mon, 12 Jul 2010 20:11:41 +0000 (20:11 +0000)
includes/specials/SpecialSearch.php

index 9254098..a7f09b6 100644 (file)
@@ -370,7 +370,7 @@ class SpecialSearch {
                $wgOut->addScriptFile( 'search.js' );
 
                // Bug #16886: Sister projects box moves down the first extract on IE7  
-               $wgOut->addStyle( 'common/IE80Fixes.css', 'screen', 'IE 7' );
+               $wgOut->addStyle( 'common/IE70Fixes.css', 'screen', 'IE 7' );
        }
 
        /**