From b3f5f964ec691e73831c892ffd6b51051b047e43 Mon Sep 17 00:00:00 2001 From: Axel Bojer Date: Sat, 12 May 2007 14:31:34 +0000 Subject: Ok, virker -- naa finpuss :-) --- sendOrd.html | 4 ++-- sendOrd.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sendOrd.html b/sendOrd.html index 7877f74..6d3e0bb 100644 --- a/sendOrd.html +++ b/sendOrd.html @@ -17,8 +17,8 @@ -

Innmeldingsskjema

-

Nye ord til no.speling.orgs ordlister

+

Innmeldingsskjema
+Nye ord til no.speling.orgs ordlister

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"; -- cgit v1.2.3