diff --git a/gw-action.php b/gw-action.php
index 24cb219..1ec52ca 100644
--- a/gw-action.php
+++ b/gw-action.php
@@ -1,6 +1,7 @@
+
+
Character Creation
@@ -18,18 +19,18 @@ if ($createnew === "1"){
if (!checkdate($m, $d, $y)) {
echo 'Date is invalid ' . $bdate . '
';
echo 'Date format is YYYY-MM-DD / 2005-04-28
';
- echo 'Please click HERE to try again';
- echo '
Return to home.';
+ echo 'Please click HERE to try again';
+ echo '
Return to home.';
exit();
} else if ($cname === ""){
echo 'Please enter a name for your character
';
- echo 'Please click HERE to try again';
- echo '
Return to home.