Hi,
could you please update and change the following two lines for corecct usage of ypour indent parameter:

function theme_webform_mail_fields($cid, $value, $node, $indent = "") {
to:
+function theme_webform_mail_fields($cid, $value, $node, $indent = " ") {

and:
$message .= theme('webform_mail_fields', $form_key, $v, $node, $indent .' ');
to:
$message .= theme('webform_mail_fields', $form_key, $v, $node, $indent );

Thank you very much.
Konrad in Berlin

Comments

quicksketch’s picture

That change would not indent items that have been nested multiple times (either under a page or multiple fieldsets). Why do you want this changed? This change would just make everything indented one level.

quicksketch’s picture

Status: Active » Closed (works as designed)

Please reopen if more clarification can be provided. E-mails work as expected currently.