From: Platonides Date: Mon, 12 Jul 2010 20:11:41 +0000 (+0000) Subject: 7, it's 7! (follow up to r68824) X-Git-Tag: 1.31.0-rc.0~36157 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=3f8867eca7c4e5559d810b5269122a6d05d1c992;p=lhc%2Fweb%2Fwiklou.git 7, it's 7! (follow up to r68824) --- diff --git a/includes/specials/SpecialSearch.php b/includes/specials/SpecialSearch.php index 9254098015..a7f09b6d03 100644 --- a/includes/specials/SpecialSearch.php +++ b/includes/specials/SpecialSearch.php @@ -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' ); } /**