--- textfield.inc	Mon Nov 23 13:31:04 2009
+++ textfield.inc	Mon Nov 20 13:26:27 2009
@@ -106,10 +106,11 @@
  *   An array of a form item to be displayed on the client-side webform.
  */
 function _webform_render_textfield($component) {
+
   $form_item = array(
     '#type'          => $component['type'],
     '#title'         => $component['name'],
-    '#default_value' => _webform_filter_values($component['value']),
+    '#default_value' => _webform_filter_values($component['value'], NULL, NULL, FALSE),
     '#required'      => $component['mandatory'],
     '#weight'        => $component['weight'],
     '#field_prefix'  => empty($component['extra']['field_prefix']) ? NULL : $component['extra']['field_prefix'],
