diff --git a/imce_search/imce_search.module b/imce_search/imce_search.module
index e3b0014..86fa844 100644
--- a/imce_search/imce_search.module
+++ b/imce_search/imce_search.module
@@ -1,7 +1,7 @@
 <?php //$Id$
 
 /**
- * hook_menu implementation, defines imce_swfupload path for handling file 
+ * hook_menu implementation, defines imce_swfupload path for handling file
  * uploads
  */
 function imce_search_menu() {
@@ -62,7 +62,7 @@ function imce_search_form($form, &$form_state) {
     '#default_value' => 0,
   );
   $form['imce-search-button'] = array(
-    '#type' => 'button',
+    '#type' => 'submit',
     '#value' => t('Search'),
   );
   $form['imce-search-results'] = array(
