From 600c3ea41e6e963aae680093ed502432115b99d0 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Wed, 10 Feb 2010 15:15:36 +0000 Subject: [PATCH] Revert r62022: breaks tab order on section=new edits, see also CR. --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ); -- 2.20.1