From: Andrew Garrett Date: Fri, 14 Aug 2009 22:10:45 +0000 (+0000) Subject: Add an id to the cancel link X-Git-Tag: 1.31.0-rc.0~40298 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=8b98e4a61bcab92b7368c4a9825feaea0d776e3a;p=lhc%2Fweb%2Fwiklou.git Add an id to the cancel link --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 2c6fba0153..809ea6470e 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1313,7 +1313,7 @@ class EditPage { $cancel = $sk->link( $wgTitle, wfMsgExt( 'cancel', array( 'parseinline' ) ), - array(), + array( 'id' => 'mw-editform-cancel' ), array(), array( 'known', 'noclasses' ) );