diff --git a/sites/all/modules/contrib/views/modules/taxonomy/views_handler_field_term_node_tid.inc b/sites/all/modules/contrib/views/modules/taxonomy/views_handler_field_term_node_tid.inc
index 4a6c7a4..ca2b458 100644
--- a/sites/all/modules/contrib/views/modules/taxonomy/views_handler_field_term_node_tid.inc
+++ b/sites/all/modules/contrib/views/modules/taxonomy/views_handler_field_term_node_tid.inc
@@ -51,7 +51,6 @@
       '#type' => 'checkbox',
       '#title' => t('Limit terms by vocabulary'),
       '#default_value'=> $this->options['limit'],
-      '#fieldset' => 'more',
     );
 
     $options = array();
@@ -68,7 +67,6 @@
       '#options' => $options,
       '#default_value' => $this->options['vocabularies'],
       '#dependency' => array('edit-options-limit' => array(TRUE)),
-      '#fieldset' => 'more',
     );
 
     parent::options_form($form, $form_state);
