From: Robin Pepermans Date: Sun, 4 Sep 2011 21:22:51 +0000 (+0000) Subject: whoops, fix r96257 X-Git-Tag: 1.31.0-rc.0~27912 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=b44098d2d7673fd396dcf5b57777c84d597f5961;p=lhc%2Fweb%2Fwiklou.git whoops, fix r96257 --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 43fe1a4a32..6b6a01cd94 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -248,7 +248,7 @@ class EditPage { // Older revisions may have been removed since the link // was created, or we may simply have got bogus input. $this->editFormPageTop .= $wgOut->parse( '
' . - wfMsgNoTrans( 'undo-norev' ) . '
'true, /* interface */true ); + wfMsgNoTrans( 'undo-norev' ) . '', true, /* interface */true ); } } elseif ( $section != '' ) { if ( $section == 'new' ) {