diff --git a/workflow/engine/classes/class.actionsByEmailCore.php b/workflow/engine/classes/class.actionsByEmailCore.php index 1defe9866..05255c2f1 100644 --- a/workflow/engine/classes/class.actionsByEmailCore.php +++ b/workflow/engine/classes/class.actionsByEmailCore.php @@ -177,7 +177,7 @@ class actionsByEmailCoreClass extends PMPlugin $configuration['CURRENT_DYNAFORM'] = $configuration['DYN_UID']; $file = $obj->printPmDynaformAbe($configuration); $__ABE__ .= $file; - $__ABE__ .= '' . $field->label . ''; + $__ABE__ .= '
' . $field->label . '
'; $index = 1; $__ABE__ .= '
'; foreach ($customGrid as $key => $value) { @@ -189,7 +189,7 @@ class actionsByEmailCoreClass extends PMPlugin $__ABE__ .= '' . (($index % 5 == 0) ? '' : ' '); $index++; } - $__ABE__ .= '

'; + $__ABE__ .= '
'; break; case 'LINK': $__ABE__ .= 'Please complete this form';