From: Niklas Laxström Date: Sun, 9 Jan 2011 12:23:41 +0000 (+0000) Subject: Fix syntax terror from r79884 X-Git-Tag: 1.31.0-rc.0~32672 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=3f4443ebf24b868ff81e13b3725991427ed342b1;p=lhc%2Fweb%2Fwiklou.git Fix syntax terror from r79884 --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 7b72c51a35..bf5c2bff36 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1280,7 +1280,7 @@ HTML // TODO: can the checkLabel be moved outside of the div so that wrapWikiMsg could be used? $wgOut->addHTML( '
' . - wfMsgExt( 'confirmrecreate', 'parseinline', $username, "$comment" ) ) . + wfMsgExt( 'confirmrecreate', 'parseinline', $username, "$comment" ) . Xml::checkLabel( wfMsg( 'recreate' ), 'wpRecreate', 'wpRecreate', false, array( 'title' => $sk->titleAttrib( 'recreate' ), 'tabindex' => 1, 'id' => 'wpRecreate' ) ) .