r14126 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r14125‎ | r14126 | r14127 >
Date:01:07, 8 May 2006
Author:avar
Status:old
Tags:
Comment:
* Fixed invalid XML, please test with application/xhtml+xml when changing the output
Modified paths:
  • /trunk/phase3/includes/SpecialListusers.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialListusers.php
@@ -82,7 +82,7 @@
8383 $self = $this->getTitle();
8484
8585 # Form tag
86 - $out = wfElement( 'form', array( 'method' => 'post', 'action' => $self->getLocalUrl() ) );
 86+ $out = wfOpenElement( 'form', array( 'method' => 'post', 'action' => $self->getLocalUrl() ) );
8787
8888 # Group drop-down list
8989 $out .= wfElement( 'label', array( 'for' => 'group' ), wfMsg( 'group' ) ) . ' ';

Status & tagging log