Index: includes/HTMLForm.php =================================================================== --- includes/HTMLForm.php (revision 16313) +++ includes/HTMLForm.php (working copy) @@ -71,7 +71,7 @@ ( $checked ? ' checked="checked"' : '' ) . " />" . wfMsg( $this->mName.'-'.$varname.'-'.$value ) . "\n"; } - return $this->fieldset( $this->mName.'-'.$varname, $s ); + return $this->fieldset( $varname, $s ); } /**