diff options
author | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 14:31:34 +0000 |
---|---|---|
committer | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 14:31:34 +0000 |
commit | b3f5f964ec691e73831c892ffd6b51051b047e43 (patch) | |
tree | 466993ecb910d83ffd0996a84dce08ec43e99049 | |
parent | b209160cdafdec4a594a8225fc24ee1d8405a07d (diff) | |
download | homepage-b3f5f964ec691e73831c892ffd6b51051b047e43.tar.gz homepage-b3f5f964ec691e73831c892ffd6b51051b047e43.tar.bz2 homepage-b3f5f964ec691e73831c892ffd6b51051b047e43.tar.xz |
Ok, virker -- naa finpuss :-)
-rw-r--r-- | sendOrd.html | 4 | ||||
-rw-r--r-- | 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 @@ </head> <body class="tekst"> -<h1>Innmeldingsskjema<h1> -<h2>Nye ord til no.speling.orgs ordlister</h2> +<h1>Innmeldingsskjema<br> +Nye ord til no.speling.orgs ordlister</h1> <form action="sendOrd.php" method="post"> 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"; |