From: Roan Kattouw Date: Wed, 10 Feb 2010 15:15:36 +0000 (+0000) Subject: Revert r62022: breaks tab order on section=new edits, see also CR. X-Git-Tag: 1.31.0-rc.0~37834 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=600c3ea41e6e963aae680093ed502432115b99d0;p=lhc%2Fweb%2Fwiklou.git Revert r62022: breaks tab order on section=new edits, see also CR. --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 657c46e375..a6a69a86d4 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1565,7 +1565,7 @@ HTML $inputAttrs = ( is_array($inputAttrs) ? $inputAttrs : array() ) + array( 'id' => 'wpSummary', 'maxlength' => '200', - 'tabindex' => '2', + 'tabindex' => '1', 'size' => 60, 'spellcheck' => 'true', );