Fix notices
authorDaniel Friesen <dantman@users.mediawiki.org>
Thu, 3 Dec 2009 08:15:55 +0000 (08:15 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Thu, 3 Dec 2009 08:15:55 +0000 (08:15 +0000)
includes/EditPage.php

index c25bc9c..1bb8f45 100644 (file)
@@ -1711,6 +1711,7 @@ INPUTS
                        'cols' => $wgUser->getIntOption( 'cols' ), 
                        'rows' => $wgUser->getIntOption( 'rows' ),
                        'onfocus' => "currentFocused = this;",
+                       'style' => '' // for php notices
                );
 
                if ( $wgUser->getOption( 'editwidth' ) )