From: Andrew Garrett Date: Fri, 2 Jul 2010 21:40:47 +0000 (+0000) Subject: Remove double-wrapping in trs X-Git-Tag: 1.31.0-rc.0~36292 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=665b54cc1d0089ea6d7049ae2f90f453d31ed927;p=lhc%2Fweb%2Fwiklou.git Remove double-wrapping in trs --- diff --git a/includes/HTMLForm.php b/includes/HTMLForm.php index 145585a0a7..cbd73a4610 100644 --- a/includes/HTMLForm.php +++ b/includes/HTMLForm.php @@ -848,12 +848,6 @@ abstract class HTMLFormField { $label . $field ); } - $html = Html::rawElement( - 'tr', - array( ), - $html - ) . "\n"; - $helptext = null; if ( isset( $this->mParams['help-message'] ) ) {