I found a little typo. Where '\n' should be but only '\'.

line 672 on job.module,

$body .= t("\Application: @title", array('@title'  => $resume_node->title));
$body .= t("\Application URL: @url", array('@url'    => $base_url . url("node/$resume_node->nid")));

should be

$body .= t("\nApplication: @title", array('@title'  => $resume_node->title));
$body .= t("\nApplication URL: @url", array('@url'    => $base_url . url("node/$resume_node->nid")));

Comments

kbahey’s picture

Version: 6.x-1.1 » 6.x-1.x-dev
Status: Active » Postponed (maintainer needs more info)

Please try the -dev version. It has lots of changes, and does not even have that code section.

vako’s picture

Why would the dev version be more stable than the released version?

xamount’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (won't fix)