aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sendOrd.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/sendOrd.php b/sendOrd.php
index 1bb08be..d25c3b2 100644
--- a/sendOrd.php
+++ b/sendOrd.php
@@ -42,7 +42,10 @@ if(!$HTTP_POST_VARS['gpl'])
if($error != '')
{
$error .= "Bruk tilbakeknappen i nettleseren for å rette på påmeldinga.\n";
- print $error; <br>
+ print $error;
+ print \n;
+ print <br>;
+ print . "\n";
exit();
}
?>