From ad153f707a6ad6ec88c3c0f2ad8cf5f6d4c7ff1b Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 17 Aug 2006 04:46:07 +0000 Subject: [PATCH] * (bug 7037) Fix regression in login tab order http://bugzilla.wikimedia.org/attachment.cgi?id=2236 --- RELEASE-NOTES | 1 + includes/templates/Userlogin.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9934056c52..717b3a8366 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -135,6 +135,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Clean up tab order on Special:Blockip * (bug 5969) Clean up tab order on Special:Userlogin forms * (bug 3512) namespaceDupes now handles spaces and initial caps properly +* (bug 7037) Fix regression in login tab order == Languages updated == diff --git a/includes/templates/Userlogin.php b/includes/templates/Userlogin.php index e6c886c2df..24fb185702 100644 --- a/includes/templates/Userlogin.php +++ b/includes/templates/Userlogin.php @@ -78,8 +78,8 @@ class UserloginTemplate extends QuickTemplate { -  data['useemail'] ) { ?> data['useemail'] ) { ?> -- 2.20.1