diff --git a/search_autocomplete.form.configure.inc b/search_autocomplete.form.configure.inc index c904136e273e4b881bbb4c0848f45393ff20fb64..e79caac63d76814cb887c5cede0ce6535c23e8c1 100644 --- a/search_autocomplete.form.configure.inc +++ b/search_autocomplete.form.configure.inc @@ -155,7 +155,6 @@ function search_autocomplete_form_configure($form, &$form_state) { '#description' => t('Choose which data should be added to autocompletion suggestions.'), '#collapsible' => TRUE, '#collapsed' => FALSE, - '#theme' => 'search_autocomplete_form_configuration_fieldset', ); $form['search_autocomplete_what']['suggestions'] = array( '#type' => 'item',