Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -1711,6 +1711,7 @@ |
1712 | 1712 | 'cols' => $wgUser->getIntOption( 'cols' ), |
1713 | 1713 | 'rows' => $wgUser->getIntOption( 'rows' ), |
1714 | 1714 | 'onfocus' => "currentFocused = this;", |
| 1715 | + 'style' => '' // for php notices |
1715 | 1716 | ); |
1716 | 1717 | |
1717 | 1718 | if ( $wgUser->getOption( 'editwidth' ) ) |