i for 'minor edit'...
authorGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 9 Apr 2004 18:18:10 +0000 (18:18 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 9 Apr 2004 18:18:10 +0000 (18:18 +0000)
includes/EditPage.php

index 6caed3d..41c634d 100644 (file)
@@ -298,7 +298,8 @@ class EditPage {
 
                if ( 0 != $wgUser->getID() || $wgAllowAnonymousMinor ) {
                        $minoredithtml =
-                       "<input tabindex='3' type='checkbox' value='1' name='wpMinoredit'".($this->minoredit?" checked":"")." id='wpMinoredit' />".
+                       "<input tabindex='3' type='checkbox' value='1' name='wpMinoredit'".($this->minoredit?" checked='checked'":"").
+                       " accesskey='i' id='wpMinoredit' />".
                        "<label for='wpMinoredit'>{$minor}</label>";
                }