From a5fc1cd8a5e0b9eba2f1dd8d64661edfb3fbf5cb Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Thu, 3 Dec 2009 08:15:55 +0000 Subject: [PATCH] Fix notices --- includes/EditPage.php | 1 + 1 file changed, 1 insertion(+) 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' ) ) -- 2.20.1