Index: trunk/phase3/includes/SpecialListusers.php |
— | — | @@ -82,7 +82,7 @@ |
83 | 83 | $self = $this->getTitle(); |
84 | 84 | |
85 | 85 | # Form tag |
86 | | - $out = wfElement( 'form', array( 'method' => 'post', 'action' => $self->getLocalUrl() ) ); |
| 86 | + $out = wfOpenElement( 'form', array( 'method' => 'post', 'action' => $self->getLocalUrl() ) ); |
87 | 87 | |
88 | 88 | # Group drop-down list |
89 | 89 | $out .= wfElement( 'label', array( 'for' => 'group' ), wfMsg( 'group' ) ) . ' '; |