diff options
-rw-r--r-- | sendOrd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sendOrd.php b/sendOrd.php index 654f1f9..98b0bac 100644 --- a/sendOrd.php +++ b/sendOrd.php @@ -43,7 +43,7 @@ if($error != '') { $error .= "Bruk tilbakeknappen i nettleseren for å rette på påmeldinga.\n"; print $error; - print "\n"; + print "<br>"; exit(); } ?> |