Merge "(bug 47070) check content model namespace on import."
[lhc/web/wiklou.git] / includes / EditPage.php
index 7115eab..aefadbe 100644 (file)
@@ -1993,9 +1993,6 @@ class EditPage {
                        $wgOut->addModules( 'mediawiki.action.edit.editWarning' );
                }
 
-               // Bug #19334: textarea jumps when editing articles in IE8
-               $wgOut->addStyle( 'common/IE80Fixes.css', 'screen', 'IE 8' );
-
                $wgOut->setRobotPolicy( 'noindex,nofollow' );
 
                # Enabled article-related sidebar, toplinks, etc.