From 665b54cc1d0089ea6d7049ae2f90f453d31ed927 Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Fri, 2 Jul 2010 21:40:47 +0000 Subject: [PATCH] Remove double-wrapping in trs --- includes/HTMLForm.php | 6 ------ 1 file changed, 6 deletions(-) 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'] ) ) { -- 2.20.1