Index: email.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webform/components/email.inc,v
retrieving revision 1.33
diff -u -r1.33 email.inc
--- email.inc	10 Apr 2010 00:54:58 -0000	1.33
+++ email.inc	23 Apr 2010 15:46:02 -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',
     ),
   );
 }
