From: skodak Date: Fri, 26 May 2006 09:07:13 +0000 (+0000) Subject: Bug #5619 - Assignment Feedback mail lacks linefeed; merged from MOODLE_16_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3f19bff3cd666cb9d5e81d79350c2369a20cc546;p=moodle.git Bug #5619 - Assignment Feedback mail lacks linefeed; merged from MOODLE_16_STABLE --- diff --git a/mod/assignment/lib.php b/mod/assignment/lib.php index ce70c0ef41..f6dae8df08 100644 --- a/mod/assignment/lib.php +++ b/mod/assignment/lib.php @@ -1756,7 +1756,7 @@ function assignment_cron () { $postsubject = "$course->shortname: $strassignments: ".format_string($submission->name,true); $posttext = "$course->shortname -> $strassignments -> ".format_string($submission->name,true)."\n"; $posttext .= "---------------------------------------------------------------------\n"; - $posttext .= get_string("assignmentmail", "assignment", $assignmentinfo); + $posttext .= get_string("assignmentmail", "assignment", $assignmentinfo)."\n"; $posttext .= "---------------------------------------------------------------------\n"; if ($user->mailformat == 1) { // HTML