Revert r62022: breaks tab order on section=new edits, see also CR.
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 10 Feb 2010 15:15:36 +0000 (15:15 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 10 Feb 2010 15:15:36 +0000 (15:15 +0000)
includes/EditPage.php

index 657c46e..a6a69a8 100644 (file)
@@ -1565,7 +1565,7 @@ HTML
                $inputAttrs = ( is_array($inputAttrs) ? $inputAttrs : array() ) + array(
                        'id' => 'wpSummary',
                        'maxlength' => '200',
-                       'tabindex' => '2',
+                       'tabindex' => '1',
                        'size' => 60,
                        'spellcheck' => 'true',
                );