diff options
Diffstat (limited to 'sendOrd.php')
-rw-r--r-- | sendOrd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sendOrd.php b/sendOrd.php index 79c209d..19a41a4 100644 --- a/sendOrd.php +++ b/sendOrd.php @@ -51,7 +51,7 @@ $to = $HTTP_POST_VARS['e-post']; $subject = "[ORDSJEKK] Bokmålsord til korrekturlesing"; // $body = "Påmelding til kurs: {$HTTP_POST_VARS['kurs']}\n"; -$body .= "WORD: {$HTTP_POST_VARS['ord']}"; +$body .= "WORD: {$HTTP_POST_VARS['ord']}\n"; if($HTTP_POST_VARS['status']) $body .= "STATUS: +\n"; |