aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sendOrd.html4
-rw-r--r--sendOrd.php2
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";