Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -1280,7 +1280,7 @@ |
1281 | 1281 | // TODO: can the checkLabel be moved outside of the div so that wrapWikiMsg could be used? |
1282 | 1282 | $wgOut->addHTML( |
1283 | 1283 | '<div class="mw-confirm-recreate">' . |
1284 | | - wfMsgExt( 'confirmrecreate', 'parseinline', $username, "<nowiki>$comment</nowiki>" ) ) . |
| 1284 | + wfMsgExt( 'confirmrecreate', 'parseinline', $username, "<nowiki>$comment</nowiki>" ) . |
1285 | 1285 | Xml::checkLabel( wfMsg( 'recreate' ), 'wpRecreate', 'wpRecreate', false, |
1286 | 1286 | array( 'title' => $sk->titleAttrib( 'recreate' ), 'tabindex' => 1, 'id' => 'wpRecreate' ) |
1287 | 1287 | ) . |