Index: trunk/extensions/CentralAuth/SpecialCentralAuth.php |
— | — | @@ -299,6 +299,7 @@ |
300 | 300 | if( $remainder ) |
301 | 301 | $wgOut->addHTML( $this->listRemainder( $remainder ) ); |
302 | 302 | $wgOut->addHTML( $this->listFooter() ); |
| 303 | + $wgOut->addHTML( '</fieldset>' ); |
303 | 304 | } |
304 | 305 | |
305 | 306 | function listHeader() { |