Index: trunk/extensions/SemanticForms/includes/SF_FormUtils.php |
— | — | @@ -486,7 +486,7 @@ |
487 | 487 | $tooltip = wfMsg( 'tooltip-minoredit' ); |
488 | 488 | $attr = self::expandAttributes( $attr ); |
489 | 489 | $text = <<<END |
490 | | - <input tabindex="$sfgTabIndex" type="checkbox" value="1" name="wpMinoredit" accesskey="$accesskey" id="wpMinoredit"$disabled_text$attr/> |
| 490 | + <input tabindex="$sfgTabIndex" type="checkbox" value="" name="wpMinoredit" accesskey="$accesskey" id="wpMinoredit"$disabled_text$attr/> |
491 | 491 | <label for="wpMinoredit" title="$tooltip">$label</label> |
492 | 492 | |
493 | 493 | END; |