Index: flexifilter.components.inc
===================================================================
--- flexifilter.components.inc	(revision 3061)
+++ flexifilter.components.inc	(working copy)
@@ -177,7 +177,7 @@
         '#required' => TRUE,
       );
       $form['replace'] = array(
-        '#type' => 'textfield',
+        '#type' => 'textarea',
         '#title' => t('Replacement text'),
         '#default_value' => isset($settings['replace']) ? $settings['replace'] : '',
         '#required' => FALSE,
@@ -726,4 +726,4 @@
 function flexifilter_sequence_letters_lc($num) {
   $letters = array('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z');
   return $letters[$num % 26];
-}
\ No newline at end of file
+}
