Index: trunk/phase3/includes/specials/SpecialRevisiondelete.php |
— | — | @@ -419,7 +419,7 @@ |
420 | 420 | $wgOut->addHtml( |
421 | 421 | Xml::openElement( 'form', array( 'method' => 'post', 'action' => $special->getLocalUrl( 'action=submit' ), |
422 | 422 | 'id' => 'mw-revdel-form-filerevisions' ) ) . |
423 | | - Xml::fiedlset( wfMsg( 'revdelete-legend' ) ) |
| 423 | + Xml::fieldset( wfMsg( 'revdelete-legend' ) ) |
424 | 424 | ); |
425 | 425 | // FIXME: all items checked for just one file are checked, even if not set for the others |
426 | 426 | foreach( $this->checks as $item ) { |