--- email/email.module 2008-08-12 04:12:02.000000000 -0400 +++ email_fixed/email.module 2009-06-08 15:03:40.000000000 -0400 @@ -221,7 +221,7 @@ function email_textfield_process($elemen $element[$field_key] = array( '#type' => 'textfield', '#title' => t($field['widget']['label']), - '#description' => t($field['widget']['description']), + '#description' => check_plain(t($field['widget']['description'])), '#required' => $element['#required'], '#maxlength' => 255, '#size' => !empty($field['widget']['size']) ? $field['widget']['size'] : 60,