Index: components/email.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/webform/components/email.inc,v retrieving revision 1.33 diff -u -r1.33 email.inc --- components/email.inc 10 Apr 2010 00:54:58 -0000 1.33 +++ components/email.inc 23 Apr 2010 02:51:22 -0000 @@ -34,7 +34,7 @@ function _webform_theme_email() { return array( 'webform_display_email' => array( - 'arguments' => array('component' => NULL, 'value' => NULL, 'format' => 'plain'), + 'render element' => 'element', ), ); }