Fix syntax terror from r79884
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 9 Jan 2011 12:23:41 +0000 (12:23 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 9 Jan 2011 12:23:41 +0000 (12:23 +0000)
includes/EditPage.php

index 7b72c51..bf5c2bf 100644 (file)
@@ -1280,7 +1280,7 @@ HTML
                        // TODO: can the checkLabel be moved outside of the div so that wrapWikiMsg could be used?
                        $wgOut->addHTML(
                                '<div class="mw-confirm-recreate">' .
-                               wfMsgExt( 'confirmrecreate', 'parseinline', $username, "<nowiki>$comment</nowiki>"  ) ) .
+                               wfMsgExt( 'confirmrecreate', 'parseinline', $username, "<nowiki>$comment</nowiki>" ) .
                                Xml::checkLabel( wfMsg( 'recreate' ), 'wpRecreate', 'wpRecreate', false,
                                        array( 'title' => $sk->titleAttrib( 'recreate' ), 'tabindex' => 1, 'id' => 'wpRecreate' )
                                ) .