diff options
-rw-r--r-- | sendOrd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sendOrd.php b/sendOrd.php index 080893e..2bcb804 100644 --- a/sendOrd.php +++ b/sendOrd.php @@ -42,7 +42,7 @@ if(!$HTTP_POST_VARS['gpl']) if($error != '') { $error .= "Bruk tilbakeknappen i nettleseren for å rette på påmeldinga.\n"; - print "\n" . $error . "\n"; + print " \n" . $error . " \n"; exit(); } ?> |