diff --git a/gw-toon.php b/gw-toon.php index 0dc8a7b..4e0fd9a 100644 --- a/gw-toon.php +++ b/gw-toon.php @@ -12,9 +12,6 @@ if (!$result = $con->query($sql)){ } # experimental stuff if ($whattoon == ""){ - echo 'Options for what to do after character selection goes here
'; - echo 'Character id selected is ' . $whattoon . '
'; -} else { echo '
'; echo '
'; +} else { + echo 'Options for what to do after character selection goes here
'; + echo 'Character id selected is ' . $whattoon . '
'; } ?> \ No newline at end of file