Index: whizzywig.settings.inc
===================================================================
--- whizzywig.settings.inc	(revision 3055)
+++ whizzywig.settings.inc	(working copy)
@@ -111,7 +111,7 @@
   t("Only show whizzywig editor on this textareas ID:")),
   );
   $form['whizzywig_visibility']['whizzywig_textarea_id_val'] = array(
-  '#type' => 'textfield',
+  '#type' => 'textarea',
   '#default_value' => variable_get('whizzywig_textarea_id_val', 'edit-teaser,edit-body'),
   '#description' => t("Specify the textarea IDs for this rule. Separate by comma."),
   );
@@ -125,7 +125,7 @@
   t("Only show whizzywig editor on this content type:")),
   );
   $form['whizzywig_visibility']['whizzywig_content_type_val'] = array(
-  '#type' => 'textfield',
+  '#type' => 'textarea',
   '#default_value' => variable_get('whizzywig_content_type_val', 'page'),
   '#description' => t("Specify the content type for this rule. Separate by comma."),
   );   
