r68914 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68913‎ | r68914 | r68915 >
Date:21:40, 2 July 2010
Author:werdna
Status:ok
Tags:
Comment:
Remove double-wrapping in trs
Modified paths:
  • /trunk/phase3/includes/HTMLForm.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/HTMLForm.php
@@ -848,12 +848,6 @@
849849 $label . $field );
850850 }
851851
852 - $html = Html::rawElement(
853 - 'tr',
854 - array( ),
855 - $html
856 - ) . "\n";
857 -
858852 $helptext = null;
859853
860854 if ( isset( $this->mParams['help-message'] ) ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r68915Merge r68909, r68914werdna21:41, 2 July 2010

Status & tagging log