r62044 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62043‎ | r62044 | r62045 >
Date:19:36, 5 February 2010
Author:ialex
Status:ok
Tags:
Comment:
Fix html error
Modified paths:
  • /trunk/extensions/CentralAuth/SpecialCentralAuth.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/SpecialCentralAuth.php
@@ -299,6 +299,7 @@
300300 if( $remainder )
301301 $wgOut->addHTML( $this->listRemainder( $remainder ) );
302302 $wgOut->addHTML( $this->listFooter() );
 303+ $wgOut->addHTML( '</fieldset>' );
303304 }
304305
305306 function listHeader() {

Status & tagging log