]> git.mjollnir.org Git - moodle.git/commitdiff
Merged from MOODLE_14_STABLE: Fixed bug in dialogue where plain text email notificati...
authormjollnir_ <mjollnir_>
Wed, 24 Nov 2004 23:51:04 +0000 (23:51 +0000)
committermjollnir_ <mjollnir_>
Wed, 24 Nov 2004 23:51:04 +0000 (23:51 +0000)
mod/dialogue/lib.php

index efc9921523162ba1a44b5298704caddd69a3d126..83a047d5a301cc849918be55d965934620d0784b 100644 (file)
@@ -85,7 +85,7 @@ function dialogue_cron () {
                 get_string("newentry", "dialogue");
             $posttext  = "$course->shortname -> $strdialogues -> $dialogue->name\n";
             $posttext .= "---------------------------------------------------------------------\n";
-            $posttext .= get_string("dialoguemail", "dialogue", $dialogueinfo);
+            $posttext .= get_string("dialoguemail", "dialogue", $dialogueinfo)." \n";
             $posttext .= "---------------------------------------------------------------------\n";
             if ($userto->mailformat == 1) {  // HTML
                 $posthtml = "<p><font face=\"sans-serif\">".