Merge "Fix tabbing"

This commit is contained in:
jenkins-bot 2020-09-10 15:03:19 +00:00 committed by Gerrit Code Review
commit e1898fcfb3

View file

@ -107,6 +107,7 @@ class SpecialInterwiki extends SpecialPage {
'type' => 'text',
'label-message' => 'interwiki-prefix-label',
'name' => 'prefix',
'autofocus' => true,
],
'local' => [
@ -130,7 +131,6 @@ class SpecialInterwiki extends SpecialPage {
'maxlength' => 200,
'name' => 'wpInterwikiURL',
'size' => 60,
'tabindex' => 1,
],
'reason' => [
@ -140,7 +140,6 @@ class SpecialInterwiki extends SpecialPage {
'maxlength' => 200,
'name' => 'wpInterwikiReason',
'size' => 60,
'tabindex' => 1,
],
];