From 050228fe43fdb70bce2ef33d3fea0a2d129863d6 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 9 Jul 2008 16:49:44 +0000 Subject: [PATCH] fix to r37375 -- spell fieldset correctly :) --- includes/specials/SpecialRevisiondelete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1