From: Brion Vibber Date: Wed, 9 Jul 2008 16:49:44 +0000 (+0000) Subject: fix to r37375 -- spell fieldset correctly :) X-Git-Tag: 1.31.0-rc.0~46603 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=050228fe43fdb70bce2ef33d3fea0a2d129863d6;p=lhc%2Fweb%2Fwiklou.git fix to r37375 -- spell fieldset correctly :) --- diff --git a/includes/specials/SpecialRevisiondelete.php b/includes/specials/SpecialRevisiondelete.php index 4226ff5373..c171b4f486 100644 --- a/includes/specials/SpecialRevisiondelete.php +++ b/includes/specials/SpecialRevisiondelete.php @@ -419,7 +419,7 @@ class RevisionDeleteForm { $wgOut->addHtml( Xml::openElement( 'form', array( 'method' => 'post', 'action' => $special->getLocalUrl( 'action=submit' ), 'id' => 'mw-revdel-form-filerevisions' ) ) . - Xml::fiedlset( wfMsg( 'revdelete-legend' ) ) + Xml::fieldset( wfMsg( 'revdelete-legend' ) ) ); // FIXME: all items checked for just one file are checked, even if not set for the others foreach( $this->checks as $item ) {