r109105 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109104‎ | r109105 | r109106 >
Date:04:15, 17 January 2012
Author:yaron
Status:deferred
Tags:
Comment:
Fix for r109076
Modified paths:
  • /trunk/extensions/SemanticForms/includes/forminputs/SF_CheckboxesInput.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/forminputs/SF_CheckboxesInput.php
@@ -73,7 +73,7 @@
7474 if ( $is_disabled ) {
7575 $checkbox_attrs['disabled'] = 'disabled';
7676 }
77 - $checkbox_input = Html::element( $cur_input_name, $possible_value, 'checkbox', $checkbox_attrs );
 77+ $checkbox_input = Html::input( $cur_input_name, $possible_value, 'checkbox', $checkbox_attrs );
7878
7979 // Make a span around each checkbox, for CSS purposes.
8080 $text .= "\t" . Html::rawElement( 'span',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r109076Overhaul of HTML: replaced most calls to methods in Xml class with calls to H...yaron23:12, 16 January 2012