Clean up after r14751:
[lhc/web/wiklou.git] / includes / SpecialListusers.php
index 6b1ebb4..20b26b6 100644 (file)
  * @subpackage SpecialPage
  */
 
-/**
- *
- */
-require_once('QueryPage.php');
-
 /**
  * This class is used to get a list of user. The ones with specials
  * rights (sysop, bureaucrat, developer) will have them displayed
@@ -82,7 +77,7 @@ class ListUsersPage extends QueryPage {
                $self = $this->getTitle();
 
                # Form tag
-               $out = wfElement( 'form', array( 'method' => 'post', 'action' => $self->getLocalUrl() ) );
+               $out = wfOpenElement( 'form', array( 'method' => 'post', 'action' => $self->getLocalUrl() ) );
                
                # Group drop-down list
                $out .= wfElement( 'label', array( 'for' => 'group' ), wfMsg( 'group' ) ) . ' ';