From: Rob Moen Date: Wed, 29 Aug 2012 21:20:02 +0000 (-0700) Subject: Move cancel link out of editHelp span and wrap in 'cancelLink' span. X-Git-Tag: 1.31.0-rc.0~22539 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=d2d67fe0b2bd3a98b305cbba1445105a73990e8f;p=lhc%2Fweb%2Fwiklou.git Move cancel link out of editHelp span and wrap in 'cancelLink' span. Change-Id: I203a3eaf2f171bba81e11806e3632c2bc012458c --- 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" ); }