From: Gabriel Wicke Date: Fri, 9 Apr 2004 18:16:29 +0000 (+0000) Subject: accesskey w for watch this page checkbox, hardcoded for now X-Git-Tag: 1.3.0beta1~504 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=3a0172d89c01b711d896eaba81bd9a5f15b29625;p=lhc%2Fweb%2Fwiklou.git accesskey w for watch this page checkbox, hardcoded for now --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 5e6df2bc6f..6caed3d5c2 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -305,7 +305,8 @@ class EditPage { $watchhtml = ""; if ( 0 != $wgUser->getID() ) { - $watchhtml = "watchthis?" checked":"")." id='wpWatchthis' />". + $watchhtml = "watchthis?" checked='checked'":""). + " accesskey='w' id='wpWatchthis' />". ""; }