Index: trunk/extensions/SemanticForms/includes/SF_FormUtils.php |
— | — | @@ -90,7 +90,7 @@ |
91 | 91 | $attrs = $attr + array( |
92 | 92 | 'type' => 'checkbox', |
93 | 93 | 'value' => '', |
94 | | - 'name' => 'wpMinoredit' |
| 94 | + 'name' => 'wpMinoredit', |
95 | 95 | 'id' => 'wpMinoredit', |
96 | 96 | 'accesskey' => wfMsg( 'accesskey-minoredit' ), |
97 | 97 | 'tabindex' => $sfgTabIndex, |