Remove double-wrapping in trs
authorAndrew Garrett <werdna@users.mediawiki.org>
Fri, 2 Jul 2010 21:40:47 +0000 (21:40 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Fri, 2 Jul 2010 21:40:47 +0000 (21:40 +0000)
includes/HTMLForm.php

index 145585a..cbd73a4 100644 (file)
@@ -848,12 +848,6 @@ abstract class HTMLFormField {
                                $label . $field );
                }
 
-               $html = Html::rawElement(
-                       'tr',
-                       array(  ),
-                       $html
-               ) . "\n";
-
                $helptext = null;
 
                if ( isset( $this->mParams['help-message'] ) ) {