Moved globals $utfCombiningClass, $utfCanonicalComp, $utfCanonicalDecomp, $utfCheckNF...
[lhc/web/wiklou.git] / 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'] ) ) {