From: Gabriel Wicke Date: Fri, 9 Apr 2004 18:18:10 +0000 (+0000) Subject: i for 'minor edit'... X-Git-Tag: 1.3.0beta1~503 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=2ded40b72c78416ab478f9f5e800a3a085ea53d3;p=lhc%2Fweb%2Fwiklou.git i for 'minor edit'... --- 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' />". ""; }