Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -248,7 +248,7 @@ |
249 | 249 | // Older revisions may have been removed since the link |
250 | 250 | // was created, or we may simply have got bogus input. |
251 | 251 | $this->editFormPageTop .= $wgOut->parse( '<div class="error mw-undo-norev">' . |
252 | | - wfMsgNoTrans( 'undo-norev' ) . '</div>'true, /* interface */true ); |
| 252 | + wfMsgNoTrans( 'undo-norev' ) . '</div>', true, /* interface */true ); |
253 | 253 | } |
254 | 254 | } elseif ( $section != '' ) { |
255 | 255 | if ( $section == 'new' ) { |