From d2d67fe0b2bd3a98b305cbba1445105a73990e8f Mon Sep 17 00:00:00 2001 From: Rob Moen Date: Wed, 29 Aug 2012 14:20:02 -0700 Subject: [PATCH] Move cancel link out of editHelp span and wrap in 'cancelLink' span. Change-Id: I203a3eaf2f171bba81e11806e3632c2bc012458c --- includes/EditPage.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index 48ac32bc93..f9bba19040 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -2490,7 +2490,8 @@ HTML $edithelp = '' . wfMessage( 'edithelp' )->escaped() . ' ' . wfMessage( 'newwindow' )->escaped(); - $wgOut->addHTML( " {$cancel}{$edithelp}\n" ); + $wgOut->addHTML( " {$cancel}\n" ); + $wgOut->addHTML( " {$edithelp}\n" ); $wgOut->addHTML( "\n\n" ); } -- 2.20.1