From 8b98e4a61bcab92b7368c4a9825feaea0d776e3a Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Fri, 14 Aug 2009 22:10:45 +0000 Subject: [PATCH] Add an id to the cancel link --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) ); -- 2.20.1