r37408 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r37407‎ | r37408 | r37409 >
Date:16:49, 9 July 2008
Author:brion
Status:old
Tags:
Comment:
fix to r37375 -- spell fieldset correctly :)
Modified paths:
  • /trunk/phase3/includes/specials/SpecialRevisiondelete.php (modified) (history)

Diff [purge]

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

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r37375* Fix some misuse of message functions...nikerabbit09:10, 9 July 2008

Status & tagging log