From 2ded40b72c78416ab478f9f5e800a3a085ea53d3 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 9 Apr 2004 18:18:10 +0000 Subject: [PATCH] i for 'minor edit'... --- includes/EditPage.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index 6caed3d5c2..41c634db15 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -298,7 +298,8 @@ class EditPage { if ( 0 != $wgUser->getID() || $wgAllowAnonymousMinor ) { $minoredithtml = - "minoredit?" checked":"")." id='wpMinoredit' />". + "minoredit?" checked='checked'":""). + " accesskey='i' id='wpMinoredit' />". ""; } -- 2.20.1