From: Daniel Friesen Date: Thu, 3 Dec 2009 08:15:55 +0000 (+0000) Subject: Fix notices X-Git-Tag: 1.31.0-rc.0~38645 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=a5fc1cd8a5e0b9eba2f1dd8d64661edfb3fbf5cb;p=lhc%2Fweb%2Fwiklou.git Fix notices --- diff --git a/includes/EditPage.php b/includes/EditPage.php index c25bc9c558..1bb8f4599d 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1711,6 +1711,7 @@ INPUTS 'cols' => $wgUser->getIntOption( 'cols' ), 'rows' => $wgUser->getIntOption( 'rows' ), 'onfocus' => "currentFocused = this;", + 'style' => '' // for php notices ); if ( $wgUser->getOption( 'editwidth' ) )